Browse Source

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>
tags/n3.4
Wan-Teh Chang Michael Niedermayer 8 years ago
parent
commit
ea1ca17be2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/x86/cavsdsp.c

+ 0
- 1
libavcodec/x86/cavsdsp.c View File

@@ -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"


Loading…
Cancel
Save