diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-06-07 18:02:34 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-06-08 18:51:57 +0200 |
commit | 4f81f8dba735c212efae077c4fec8ad4fe53b352 (patch) | |
tree | 78bc10fe4ef7befd637540e32df6937a98774602 | |
parent | 197ae68e78784524a7ccf97a3c301092715305d3 (diff) | |
download | ffmpeg-4f81f8dba735c212efae077c4fec8ad4fe53b352.tar.gz |
Drop unnecessary golomb.h #includes
-rw-r--r-- | libavcodec/ffv1.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_cabac.c | 1 | ||||
-rw-r--r-- | libavcodec/h264_picture.c | 1 | ||||
-rw-r--r-- | libavcodec/hevc_filter.c | 1 | ||||
-rw-r--r-- | libavcodec/on2avc.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 05d3ad10ec..89d27bbca1 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -30,7 +30,6 @@ #include "avcodec.h" #include "put_bits.h" #include "rangecoder.h" -#include "golomb.h" #include "mathops.h" #include "ffv1.h" diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index 5e7f3e7768..80e438985a 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -38,7 +38,6 @@ #include "h264.h" #include "h264data.h" #include "h264_mvpred.h" -#include "golomb.h" #include "mpegutils.h" #if ARCH_X86 diff --git a/libavcodec/h264_picture.c b/libavcodec/h264_picture.c index fb71faef0b..6c617a28f6 100644 --- a/libavcodec/h264_picture.c +++ b/libavcodec/h264_picture.c @@ -37,7 +37,6 @@ #include "h264data.h" #include "h264chroma.h" #include "h264_mvpred.h" -#include "golomb.h" #include "mathops.h" #include "mpegutils.h" #include "rectangle.h" diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c index 769977b44d..39ac4eef8e 100644 --- a/libavcodec/hevc_filter.c +++ b/libavcodec/hevc_filter.c @@ -26,7 +26,6 @@ #include "libavutil/internal.h" #include "cabac_functions.h" -#include "golomb.h" #include "hevc.h" #define LUMA 0 diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c index a620bbf346..2a528c6f3b 100644 --- a/libavcodec/on2avc.c +++ b/libavcodec/on2avc.c @@ -26,7 +26,6 @@ #include "bytestream.h" #include "fft.h" #include "get_bits.h" -#include "golomb.h" #include "internal.h" #include "on2avcdata.h" |