From 038924b75f06b91c2a7e944196ca11f118ce182f Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 19 Feb 2019 15:09:35 +0000 Subject: ART: Reduce dependencies on CompilerDriver. Preparation for moving CompilerDriver and other stuff from libart-compiler.so to dex2oat. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Ic221ebca4b8c79dd1549316921ace655f2e3f0fe --- compiler/optimizing/scheduler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/scheduler.h') diff --git a/compiler/optimizing/scheduler.h b/compiler/optimizing/scheduler.h index 48e80f5f8b..d2dbeca924 100644 --- a/compiler/optimizing/scheduler.h +++ b/compiler/optimizing/scheduler.h @@ -23,7 +23,6 @@ #include "base/scoped_arena_containers.h" #include "base/time_utils.h" #include "code_generator.h" -#include "driver/compiler_driver.h" #include "load_store_analysis.h" #include "nodes.h" #include "optimization.h" -- cgit v1.2.3-59-g8ed1b