Browse code

Remove unneeded #include

Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk

Justin Ruggles authored on 2011/01/09 11:04:30
Showing 1 changed files
... ...
@@ -40,7 +40,6 @@
40 40
 #include "ac3dec.h"
41 41
 #include "vorbis.h"
42 42
 #include "png.h"
43
-#include "vp8dsp.h"
44 43
 
45 44
 uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, };
46 45
 uint32_t ff_squareTbl[512] = {0, };