From 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Dec 2012 18:34:25 -0800 Subject: Move logging.h into base/logging.h. Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279 --- src/compiler/compiler_internals.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/compiler/compiler_internals.h') diff --git a/src/compiler/compiler_internals.h b/src/compiler/compiler_internals.h index 9ed3f8daec..1379a3b0a7 100644 --- a/src/compiler/compiler_internals.h +++ b/src/compiler/compiler_internals.h @@ -22,20 +22,19 @@ #include #include -#include "gc/card_table.h" +#include "base/logging.h" #include "class_linker.h" +#include "codegen/codegen.h" #include "compiler.h" +#include "compiler_ir.h" +#include "compiler_utility.h" #include "dex_cache.h" -#include "logging.h" +#include "frontend.h" +#include "gc/card_table.h" #include "monitor.h" #include "object.h" +#include "ralloc.h" #include "thread.h" #include "utils.h" -#include "frontend.h" -#include "ralloc.h" -#include "compiler_utility.h" -#include "compiler_ir.h" -#include "codegen/codegen.h" - #endif // ART_SRC_COMPILER_COMPILER_INTERNAL_H_ -- cgit v1.2.3-59-g8ed1b