diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 17:29:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 17:29:29 +0200 |
commit | bb46b9a36f2eeb187f76396ccb6be703bb84a2ad (patch) | |
tree | 221045408f7ced92727460c9348587e592580c37 /libavcodec/x86/vc1dsp_mmx.c | |
parent | 9bfeaf6f10d8f72e54b72afcf8c99266b7437275 (diff) | |
download | ffmpeg-bb46b9a36f2eeb187f76396ccb6be703bb84a2ad.tar.gz |
vc1dsp_mmx: remove libavutil/internal.h include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/vc1dsp_mmx.c')
-rw-r--r-- | libavcodec/x86/vc1dsp_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/vc1dsp_mmx.c b/libavcodec/x86/vc1dsp_mmx.c index 9ea6042e4e..454be97f36 100644 --- a/libavcodec/x86/vc1dsp_mmx.c +++ b/libavcodec/x86/vc1dsp_mmx.c @@ -25,7 +25,6 @@ */ #include "libavutil/cpu.h" -#include "libavutil/internal.h" #include "libavutil/mem.h" #include "libavutil/x86/asm.h" #include "libavcodec/dsputil.h" |