diff options
author | 2014-06-06 15:58:22 -0700 | |
---|---|---|
committer | 2014-06-06 16:27:45 -0700 | |
commit | 576ca0cd692c0b6ae70e776de91015b8ff000a08 (patch) | |
tree | de632fae7ee9f096e7a2c54a7fcdace8f6ae7106 /runtime/scoped_thread_state_change.h | |
parent | e21bf0099117b82963cdf7f95a1b8dabfcf29397 (diff) |
Reduce header files including header files.
Main focus is getting heap.h out of runtime.h.
Change-Id: I8d13dce8512816db2820a27b24f5866cc871a04b
Diffstat (limited to 'runtime/scoped_thread_state_change.h')
-rw-r--r-- | runtime/scoped_thread_state_change.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/scoped_thread_state_change.h b/runtime/scoped_thread_state_change.h index d56495e4f9..7ce68c624b 100644 --- a/runtime/scoped_thread_state_change.h +++ b/runtime/scoped_thread_state_change.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_SCOPED_THREAD_STATE_CHANGE_H_ #include "base/casts.h" +#include "jni_internal-inl.h" #include "thread-inl.h" #include "verify_object.h" |