summaryrefslogtreecommitdiff
path: root/runtime/class_table.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-06-05 18:14:53 -0700
committer Andreas Gampe <agampe@google.com> 2017-06-05 20:28:20 -0700
commit2ff3b97500b717f69415ae474d5cfb1613cd15ee (patch)
treea6bd76eeda26ad85173e23a14f69ec8ed3440570 /runtime/class_table.cc
parent5d08fcc21a14190c4dba3028a3e35d281afdd016 (diff)
ART: More header cleanups
Clean up some more includes. Move some -inls from object-inl to object-refvisitor-inl. Fix up transitives. Test: m test-art-host Change-Id: I0e3e268d95a1c71b0a80fc963d13d191a97b2283
Diffstat (limited to 'runtime/class_table.cc')
-rw-r--r--runtime/class_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_table.cc b/runtime/class_table.cc
index 0891d3f9f5..b71610ac7f 100644
--- a/runtime/class_table.cc
+++ b/runtime/class_table.cc
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "class_table.h"
+#include "class_table-inl.h"
#include "mirror/class-inl.h"
#include "oat_file.h"