Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-07 18:18:14 +0300
committerDiego Biurrun <diego@biurrun.de>2016-06-08 19:51:56 +0300
commit197ae68e78784524a7ccf97a3c301092715305d3 (patch)
tree8d089986193c55c07cccc8e1bb9791a2341133e4 /libavcodec/ituh263enc.c
parent6ac52f05a6fcadb84972c9557b28c67a416f866b (diff)
Drop unnecessary unary.h #includes
Diffstat (limited to 'libavcodec/ituh263enc.c')
-rw-r--r--libavcodec/ituh263enc.c1
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"