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/h264pred.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/h264pred.c') diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c index 8b515fd126..b782a25586 100644 --- a/libavcodec/h264pred.c +++ b/libavcodec/h264pred.c @@ -26,7 +26,8 @@ */ #include "libavutil/attributes.h" -#include "dsputil.h" +#include "libavutil/intreadwrite.h" +#include "avcodec.h" #include "h264pred.h" #define BIT_DEPTH 8 -- cgit v1.2.3