summaryrefslogtreecommitdiff
path: root/vp10/common/alloccommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/common/alloccommon.c')
-rw-r--r--vp10/common/alloccommon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp10/common/alloccommon.c b/vp10/common/alloccommon.c
index e554f100c..409af985e 100644
--- a/vp10/common/alloccommon.c
+++ b/vp10/common/alloccommon.c
@@ -16,7 +16,6 @@
#include "vp10/common/entropymode.h"
#include "vp10/common/entropymv.h"
#include "vp10/common/onyxc_int.h"
-#include "vp10/common/systemdependent.h"
void vp10_set_mb_mi(VP9_COMMON *cm, int width, int height) {
const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2);