diff options
author | 2018-06-26 19:54:12 -0700 | |
---|---|---|
committer | 2018-10-25 09:52:28 -0700 | |
commit | 88dbad33ae92167a89a5d5469f39f41624535dbf (patch) | |
tree | b3b0c864c12c246117143954f16df054309852c6 /runtime/class_table-inl.h | |
parent | c58dca3941459b4375a53925f3471373584eab5e (diff) |
ART: Do some include-what-you-use
Help with transitive includes. In preparation for new
specialized headers reducing transitivity.
Bug: 118385392
Test: mmma art
Change-Id: Ib465ecceec3331ea81588fb4a43eb65e766b6904
Diffstat (limited to 'runtime/class_table-inl.h')
-rw-r--r-- | runtime/class_table-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table-inl.h b/runtime/class_table-inl.h index 6b6fe341e0..a2cdb2c28c 100644 --- a/runtime/class_table-inl.h +++ b/runtime/class_table-inl.h @@ -19,6 +19,7 @@ #include "class_table.h" +#include "base/mutex-inl.h" #include "gc_root-inl.h" #include "mirror/class.h" #include "oat_file.h" |