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