Correct header includes BUG=aomedia:2734 Change-Id: Idbdfc8d0867fff3aa45c21f058597ba127b0d84b
diff --git a/aom_dsp/x86/convolve_sse2.h b/aom_dsp/x86/convolve_sse2.h index 6014895..8cbc1a8 100644 --- a/aom_dsp/x86/convolve_sse2.h +++ b/aom_dsp/x86/convolve_sse2.h
@@ -9,16 +9,14 @@ * PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ -#include "av1/common/resize.h" -#include "config/av1_rtcd.h" -#include "config/aom_scale_rtcd.h" - #ifndef AOM_AOM_DSP_X86_CONVOLVE_SSE2_H_ #define AOM_AOM_DSP_X86_CONVOLVE_SSE2_H_ +#include "config/av1_rtcd.h" +#include "config/aom_scale_rtcd.h" + // Note: // This header file should be put below any x86 intrinsics head file - static INLINE void prepare_coeffs(const InterpFilterParams *const filter_params, const int subpel_q4, __m128i *const coeffs /* [4] */) {