summaryrefslogtreecommitdiffstats
path: root/runtime/gc/reference_queue.h
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-04-26 14:41:18 -0700
committerDavid Sehr <sehr@google.com>2018-04-26 15:08:49 -0700
commit1979c64214bd505c013d573bc8729ee94f7bdea5 (patch)
tree9b4b2298b8b9d15cd6ca0a1e06e3771f3db2163f /runtime/gc/reference_queue.h
parent5a87e19e4bf1b6719c2aad3effde1b38d2c3085c (diff)
downloadart-1979c64214bd505c013d573bc8729ee94f7bdea5.tar.gz
art-1979c64214bd505c013d573bc8729ee94f7bdea5.tar.bz2
art-1979c64214bd505c013d573bc8729ee94f7bdea5.zip
Clean up include paths
Remove runtime/globals.h and make clients point to the right globals.h (libartbase/base/globals.h). Also make within-libartbase includes relative rather than using base/, etc. Bug: 22322814 Test: make -j 40 checkbuild Change-Id: I99de63fc851d48946ab401e2369de944419041c7
Diffstat (limited to 'runtime/gc/reference_queue.h')
-rw-r--r--runtime/gc/reference_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_queue.h b/runtime/gc/reference_queue.h
index af7788130b..09ab51a045 100644
--- a/runtime/gc/reference_queue.h
+++ b/runtime/gc/reference_queue.h
@@ -22,9 +22,9 @@
#include <vector>
#include "base/atomic.h"
+#include "base/globals.h"
#include "base/mutex.h"
#include "base/timing_logger.h"
-#include "globals.h"
#include "jni.h"
#include "obj_ptr.h"
#include "offsets.h"