summaryrefslogtreecommitdiff
path: root/runtime/gc/allocator/rosalloc.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-06-26 19:54:12 -0700
committer Andreas Gampe <agampe@google.com> 2018-10-25 09:52:28 -0700
commit88dbad33ae92167a89a5d5469f39f41624535dbf (patch)
treeb3b0c864c12c246117143954f16df054309852c6 /runtime/gc/allocator/rosalloc.cc
parentc58dca3941459b4375a53925f3471373584eab5e (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/gc/allocator/rosalloc.cc')
-rw-r--r--runtime/gc/allocator/rosalloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/allocator/rosalloc.cc b/runtime/gc/allocator/rosalloc.cc
index 8cc0c4ebf8..4e2cf2bf8c 100644
--- a/runtime/gc/allocator/rosalloc.cc
+++ b/runtime/gc/allocator/rosalloc.cc
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "rosalloc.h"
+#include "rosalloc-inl.h"
#include <list>
#include <map>