From ea1ca17be2301aaef5b3b5ef8c2abe7f7d688e07 Mon Sep 17 00:00:00 2001
From: Wan-Teh Chang <wtc-at-google.com@ffmpeg.org>
Date: Thu, 20 Jul 2017 10:44:03 -0700
Subject: avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".

This file already has #include "idctdsp.h", which is resolved to the
idctdsp.h header in the directory where this file resides by compilers.
Two other files in this directory, libavcodec/x86/idctdsp_init.c and
libavcodec/x86/xvididct_init.c, also rely on #include "idctdsp.h"
working this way.

Signed-off-by: Wan-Teh Chang <wtc@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/x86/cavsdsp.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'libavcodec/x86/cavsdsp.c')

diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c
index a8a198b46d..becb3a4808 100644
--- a/libavcodec/x86/cavsdsp.c
+++ b/libavcodec/x86/cavsdsp.c
@@ -29,7 +29,6 @@
 #include "libavutil/x86/cpu.h"
 #include "libavcodec/cavsdsp.h"
 #include "libavcodec/idctdsp.h"
-#include "libavcodec/x86/idctdsp.h"
 #include "constants.h"
 #include "fpel.h"
 #include "idctdsp.h"
-- 
cgit v1.2.3