diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-29 11:52:34 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-29 11:52:34 +0200 |
commit | 4b9574b275c24404093061b35b910b8ce1fa86b9 (patch) | |
tree | ad5bdf5080247fd943d4b920c8c4fe357b3ac46f /libavcodec | |
parent | bf7d0162191791abe445aadd4f0eef2667cd4cb0 (diff) | |
parent | 197ae68e78784524a7ccf97a3c301092715305d3 (diff) | |
download | ffmpeg-4b9574b275c24404093061b35b910b8ce1fa86b9.tar.gz |
Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'
* commit '197ae68e78784524a7ccf97a3c301092715305d3':
Drop unnecessary unary.h #includes
Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h263.c | 1 | ||||
-rw-r--r-- | libavcodec/ituh263enc.c | 1 | ||||
-rw-r--r-- | libavcodec/on2avc.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c index 4720c568ee..0855ee790f 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -35,7 +35,6 @@ #include "h263data.h" #include "mathops.h" #include "mpegutils.h" -#include "unary.h" #include "flv.h" #include "mpeg4video.h" diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c index a8bfe917bb..ee09f2974c 100644 --- a/libavcodec/ituh263enc.c +++ b/libavcodec/ituh263enc.c @@ -37,7 +37,6 @@ #include "h263data.h" #include "mathops.h" #include "mpegutils.h" -#include "unary.h" #include "flv.h" #include "mpeg4video.h" #include "internal.h" diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c index 3064c6fc6a..5c816f45fd 100644 --- a/libavcodec/on2avc.c +++ b/libavcodec/on2avc.c @@ -29,7 +29,6 @@ #include "get_bits.h" #include "golomb.h" #include "internal.h" -#include "unary.h" #include "on2avcdata.h" |