From 501b681d95a354fd3e019a831450e04652994739 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 16 Aug 2012 17:26:41 +0200 Subject: [PATCH] lpc_mmx: remove libavutil/internal.h include Signed-off-by: Michael Niedermayer --- libavcodec/x86/lpc_mmx.c | 1 - 1 file changed, 1 deletion(-) 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