[FFmpeg-cvslog] avformat/evcdec: Remove unused headers

Andreas Rheinhardt git at videolan.org
Sat Aug 5 11:05:49 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug  2 11:12:24 2023 +0200| [abc6a4a6bc460f99ff046e8bd831a7f023630184] | committer: Andreas Rheinhardt

avformat/evcdec: Remove unused headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=abc6a4a6bc460f99ff046e8bd831a7f023630184
---

 libavformat/evcdec.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavformat/evcdec.c b/libavformat/evcdec.c
index 6cce174f46..5ace604db6 100644
--- a/libavformat/evcdec.c
+++ b/libavformat/evcdec.c
@@ -20,15 +20,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/get_bits.h"
-#include "libavcodec/golomb.h"
-#include "libavcodec/internal.h"
 #include "libavcodec/evc.h"
 #include "libavcodec/bsf.h"
 
 #include "libavutil/opt.h"
 
-#include "rawdec.h"
 #include "avformat.h"
 #include "avio_internal.h"
 #include "evc.h"



More information about the ffmpeg-cvslog mailing list