summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-07 17:18:14 +0200
committerDiego Biurrun <diego@biurrun.de>2016-06-08 18:51:56 +0200
commit197ae68e78784524a7ccf97a3c301092715305d3 (patch)
tree8d089986193c55c07cccc8e1bb9791a2341133e4 /libavcodec/h263.c
parent6ac52f05a6fcadb84972c9557b28c67a416f866b (diff)
downloadffmpeg-197ae68e78784524a7ccf97a3c301092715305d3.tar.gz
Drop unnecessary unary.h #includes
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c1
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"