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/ituh263enc.c | |
parent | 6ac52f05a6fcadb84972c9557b28c67a416f866b (diff) | |
download | ffmpeg-197ae68e78784524a7ccf97a3c301092715305d3.tar.gz |
Drop unnecessary unary.h #includes
Diffstat (limited to 'libavcodec/ituh263enc.c')
-rw-r--r-- | libavcodec/ituh263enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |