diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-06-07 17:18:14 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-06-08 18:51:56 +0200 |
commit | 197ae68e78784524a7ccf97a3c301092715305d3 (patch) | |
tree | 8d089986193c55c07cccc8e1bb9791a2341133e4 /libavcodec/h263.c | |
parent | 6ac52f05a6fcadb84972c9557b28c67a416f866b (diff) | |
download | ffmpeg-197ae68e78784524a7ccf97a3c301092715305d3.tar.gz |
Drop unnecessary unary.h #includes
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r-- | libavcodec/h263.c | 1 |
1 files changed, 0 insertions, 1 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" |