ref: 6eabf229e231db2d8c5a424dbdd8e80e6d5f73a2
parent: b37494cfb51ff8c073e22b338a2b46cc7c9fa387
author: Jingning Han <[email protected]>
date: Sun Aug 2 04:22:06 EDT 2015
Remove vp9_common.h from idct16x16_neon.c Change-Id: I3df35a99900ef8ce549d315866849a10db1a4c7b
--- a/vpx_dsp/arm/idct16x16_neon.c
+++ b/vpx_dsp/arm/idct16x16_neon.c
@@ -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,