Remove unneeded #include
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 9 Jan 2011 02:04:30 +0000 (02:04 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 9 Jan 2011 02:04:30 +0000 (02:04 +0000)
Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dsputil.c

index 29ddb4d..cc60524 100644 (file)
@@ -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, };