summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_quantize.h')
-rw-r--r--vp9/encoder/vp9_quantize.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_quantize.h b/vp9/encoder/vp9_quantize.h
index d801ca74b..dd11e75ba 100644
--- a/vp9/encoder/vp9_quantize.h
+++ b/vp9/encoder/vp9_quantize.h
@@ -26,10 +26,6 @@
#include "x86/vp9_quantize_x86.h"
#endif
-#if ARCH_ARM
-#include "arm/vp9_quantize_arm.h"
-#endif
-
#define prototype_quantize_block_type(sym) \
void (sym)(BLOCK *b, BLOCKD *d, TX_TYPE type)
extern prototype_quantize_block_type(vp9_ht_quantize_b_4x4);