diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 17:26:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 17:26:41 +0200 |
commit | 501b681d95a354fd3e019a831450e04652994739 (patch) | |
tree | 953d56c98949c9159a20634b339b7e1bf3a10d41 | |
parent | 7cb9f1a8d0109ada0d677bf4e288b9fb5453a517 (diff) | |
download | ffmpeg-501b681d95a354fd3e019a831450e04652994739.tar.gz |
lpc_mmx: remove libavutil/internal.h include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/x86/lpc_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/lpc_mmx.c b/libavcodec/x86/lpc_mmx.c index 1aac553bb0..e0e6f8ba8a 100644 --- a/libavcodec/x86/lpc_mmx.c +++ b/libavcodec/x86/lpc_mmx.c @@ -21,7 +21,6 @@ #include "libavutil/x86/asm.h" #include "libavutil/cpu.h" -#include "libavutil/internal.h" #include "libavcodec/lpc.h" #if HAVE_INLINE_ASM |