Remove vp9_common.h from idct16x16_neon.c
authorJingning Han <jingning@google.com>
Sun, 2 Aug 2015 15:22:06 +0000 (08:22 -0700)
committerJingning Han <jingning@google.com>
Sun, 2 Aug 2015 16:57:25 +0000 (09:57 -0700)
Change-Id: I3df35a99900ef8ce549d315866849a10db1a4c7b

vpx_dsp/arm/idct16x16_neon.c

index ac9f348..c3b5cf2 100644 (file)
@@ -8,7 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include "vp9/common/vp9_common.h"
+#include "vpx_dsp/vpx_dsp_common.h"
 
 void vp9_idct16x16_256_add_neon_pass1(const int16_t *input,
                                       int16_t *output,