summaryrefslogtreecommitdiff
path: root/vp10/encoder/rd.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/rd.c')
-rw-r--r--vp10/encoder/rd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vp10/encoder/rd.c b/vp10/encoder/rd.c
index 74a63f95e..157c70661 100644
--- a/vp10/encoder/rd.c
+++ b/vp10/encoder/rd.c
@@ -15,7 +15,9 @@
#include "./vp10_rtcd.h"
#include "vpx_mem/vpx_mem.h"
+#include "vpx_ports/bitops.h"
#include "vpx_ports/mem.h"
+#include "vpx_ports/system_state.h"
#include "vp10/common/common.h"
#include "vp10/common/entropy.h"
@@ -26,7 +28,6 @@
#include "vp10/common/reconinter.h"
#include "vp10/common/reconintra.h"
#include "vp10/common/seg_common.h"
-#include "vp10/common/systemdependent.h"
#include "vp10/encoder/cost.h"
#include "vp10/encoder/encodemb.h"