diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-09 02:04:30 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-09 02:04:30 +0000 |
commit | 14207fd23eba3671ca3d5b935240701bc47c9a2b (patch) | |
tree | 4b83a32038b6d7c94945337c7b514cfc5454d6bb | |
parent | dc7e07ac1f015117a3abaa9c5f3a594cc7fd0b7a (diff) | |
download | ffmpeg-14207fd23eba3671ca3d5b935240701bc47c9a2b.tar.gz |
Remove unneeded #include
Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/dsputil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 29ddb4d6ce..cc60524107 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, }; |