diff options
author | 2018-04-26 14:41:18 -0700 | |
---|---|---|
committer | 2018-04-26 15:08:49 -0700 | |
commit | 1979c64214bd505c013d573bc8729ee94f7bdea5 (patch) | |
tree | 9b4b2298b8b9d15cd6ca0a1e06e3771f3db2163f /compiler/linker | |
parent | 5a87e19e4bf1b6719c2aad3effde1b38d2c3085c (diff) |
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 'compiler/linker')
-rw-r--r-- | compiler/linker/buffered_output_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/linker/buffered_output_stream.h b/compiler/linker/buffered_output_stream.h index 66994e82a1..512409cb2f 100644 --- a/compiler/linker/buffered_output_stream.h +++ b/compiler/linker/buffered_output_stream.h @@ -21,7 +21,7 @@ #include "output_stream.h" -#include "globals.h" +#include "base/globals.h" namespace art { namespace linker { |