diff options
author | Diego Biurrun <[email protected]> | 2016-06-07 17:18:14 +0200 |
---|---|---|
committer | Diego Biurrun <[email protected]> | 2016-06-08 18:51:56 +0200 |
commit | 197ae68e78784524a7ccf97a3c301092715305d3 (patch) | |
tree | 8d089986193c55c07cccc8e1bb9791a2341133e4 | |
parent | 6ac52f05a6fcadb84972c9557b28c67a416f866b (diff) |
Drop unnecessary unary.h #includes
-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 85d58cc3f0..f3a7dabbed 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 a62d20253a..313f5f3e59 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 3918365a01..a620bbf346 100644 --- a/libavcodec/on2avc.c +++ b/libavcodec/on2avc.c @@ -28,7 +28,6 @@ #include "get_bits.h" #include "golomb.h" #include "internal.h" -#include "unary.h" #include "on2avcdata.h" |