From 14207fd23eba3671ca3d5b935240701bc47c9a2b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 9 Jan 2011 02:04:30 +0000 Subject: [PATCH] Remove unneeded #include Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 29ddb4d6c..cc6052410 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -40,7 +40,6 @@ #include "ac3dec.h" #include "vorbis.h" #include "png.h" -#include "vp8dsp.h" uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, }; uint32_t ff_squareTbl[512] = {0, }; -- 2.11.0