summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/compiler_internals.h')
-rw-r--r--compiler/dex/compiler_internals.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/compiler/dex/compiler_internals.h b/compiler/dex/compiler_internals.h
index 9dd0272e50..2019f0b28e 100644
--- a/compiler/dex/compiler_internals.h
+++ b/compiler/dex/compiler_internals.h
@@ -23,14 +23,9 @@
#include <stdio.h>
#include "base/logging.h"
-#include "class_linker.h"
-#include "driver/compiler_driver.h"
-#include "quick/mir_to_lir.h"
#include "mir_graph.h"
#include "compiler_ir.h"
-#include "frontend.h"
-#include "monitor.h"
-#include "thread.h"
+#include "frontend.h" // Debug flags.
#include "utils.h"
#endif // ART_COMPILER_DEX_COMPILER_INTERNALS_H_