summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2008-05-29 13:40:43 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-29 13:40:43 +0000
commitf094b6627db5d7e32bf03361ec060fa28b59564c (patch)
treee4f76cefc012920622b61962c8b6eb42f670d38b /vhook
parent1489db821c3d76069c1186de5bddcdc288db0d2c (diff)
Remove unnecessary header #includes.
Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/watermark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vhook/watermark.c b/vhook/watermark.c
index 74f5095313..1d4be28f6c 100644
--- a/vhook/watermark.c
+++ b/vhook/watermark.c
@@ -62,7 +62,6 @@
#include "libavformat/avformat.h"
#include "libavformat/framehook.h"
#include "libswscale/swscale.h"
-#include "cmdutils.h"
static int sws_flags = SWS_BICUBIC;