Skip to content
Snippets Groups Projects
Commit ea1ca17b authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Michael Niedermayer
Browse files

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: default avatarWan-Teh Chang <wtc@google.com>
Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3aca16e8
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment