From 3913e488afb884ccee76d620d4357b6308e55010 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 22 Jan 2018 18:58:01 -0800 Subject: ART: Refactor profile_compilation_info.h includes Use forward declarations. Test: m Change-Id: Ife25be9e2eb5ba9224f082aaa935f821a3597963 --- compiler/common_compiler_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.h') diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 05fdc97e07..8af29d44f0 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -23,7 +23,6 @@ #include "common_runtime_test.h" #include "compiler.h" -#include "jit/profile_compilation_info.h" #include "oat_file.h" namespace art { @@ -34,6 +33,7 @@ class ClassLoader; class CompilerDriver; class CompilerOptions; class CumulativeLogger; +class ProfileCompilationInfo; class VerificationResults; template class Handle; -- cgit v1.2.3-59-g8ed1b