From 3dc6272bed7890a49080e18eacf3c7a4a6594b0d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 26 Mar 2014 04:41:22 -0700 Subject: Remove a number of unnecessary dsputil.h #includes --- libavcodec/vc1dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vc1dsp.c') diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c index e47bd5aff2..e112c7ccb6 100644 --- a/libavcodec/vc1dsp.c +++ b/libavcodec/vc1dsp.c @@ -26,6 +26,7 @@ */ #include "libavutil/common.h" +#include "dsputil.h" #include "h264chroma.h" #include "vc1dsp.h" -- cgit v1.2.3