diff options
author | 2017-06-01 09:17:34 -0700 | |
---|---|---|
committer | 2017-06-01 12:59:13 -0700 | |
commit | 513061a792b22c417c938d31c19581390709561c (patch) | |
tree | 80b4fdce03711170626aa5640d07b07de4a326a1 /compiler/optimizing/code_generator.h | |
parent | 38c4ae5f4c5a033b7a7441032f39ea58f5772d4c (diff) |
ART: Clean up thread.h and thread_list.h
Remove dependency on stack.h and gc_root.h. Remove unused object
callbacks include. Factor out ManagedStack into its own set of files.
Fix up users of transitive includes.
Test: m test-art-host
Change-Id: I01286c43d8c7710948c161b1348faabb05922e59
Diffstat (limited to 'compiler/optimizing/code_generator.h')
-rw-r--r-- | compiler/optimizing/code_generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index c2b2ebfade..14f5865792 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -31,6 +31,7 @@ #include "nodes.h" #include "optimizing_compiler_stats.h" #include "read_barrier_option.h" +#include "stack.h" #include "stack_map_stream.h" #include "string_reference.h" #include "type_reference.h" |