summaryrefslogtreecommitdiff
path: root/runtime/mirror/string-alloc-inl.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2019-01-04 14:33:57 -0800
committer Andreas Gampe <agampe@google.com> 2019-01-09 12:38:20 -0800
commit5a0430d0239481f4efb252d60ec9641703b8d456 (patch)
treecd7bdb45d94e7af3aa3e1bbb5958f930bcee29f6 /runtime/mirror/string-alloc-inl.h
parentb9b995738c8f53d68446d14553c1befd487877e7 (diff)
ART: Introduce runtime_globals
Split libartbase's globals.h into actual globals, and runtime- dependent globals which should live in runtime. Blanket-convert all runtime/ inclusions. In future CLs, the number of global constants should be reduced. For example, GC types are only relevant to GC/alloc functionality. Bug: 119869270 Test: mmma art Change-Id: I2d8cd32e0e7ab4084d2f2e96864b5338a78da94e
Diffstat (limited to 'runtime/mirror/string-alloc-inl.h')
-rw-r--r--runtime/mirror/string-alloc-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/string-alloc-inl.h b/runtime/mirror/string-alloc-inl.h
index c31eccff7c..4c4e2af3e7 100644
--- a/runtime/mirror/string-alloc-inl.h
+++ b/runtime/mirror/string-alloc-inl.h
@@ -22,11 +22,11 @@
#include "array.h"
#include "base/bit_utils.h"
-#include "base/globals.h"
#include "class.h"
#include "class_root.h"
#include "gc/heap-inl.h"
#include "runtime.h"
+#include "runtime_globals.h"
#include "thread.h"
namespace art {