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
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h
index 0f8555a..8c77d39 100644
--- a/runtime/parsed_options.h
+++ b/runtime/parsed_options.h
@@ -23,9 +23,9 @@
#include <jni.h>
#include "arch/instruction_set.h"
+#include "base/globals.h"
#include "gc/collector_type.h"
#include "gc/space/large_object_space.h"
-#include "globals.h"
// #include "jit/profile_saver_options.h"
#include "runtime_options.h"