summaryrefslogtreecommitdiff
path: root/runtime/read_barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/read_barrier.h')
-rw-r--r--runtime/read_barrier.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/read_barrier.h b/runtime/read_barrier.h
index 8a106aabb0..45e78bcc07 100644
--- a/runtime/read_barrier.h
+++ b/runtime/read_barrier.h
@@ -24,10 +24,7 @@
#include "jni.h"
#include "mirror/object_reference.h"
#include "offsets.h"
-#include "read_barrier_c.h"
-
-// This is a C++ (not C) header file, separate from read_barrier_c.h
-// which needs to be a C header file for asm_support.h.
+#include "read_barrier_config.h"
namespace art {
namespace mirror {