diff options
author | 2012-12-12 18:34:25 -0800 | |
---|---|---|
committer | 2012-12-12 18:35:05 -0800 | |
commit | 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (patch) | |
tree | 2350745da33df6fcb9fb0c9059e55ea5d5ea8f67 /src/compiler/compiler_internals.h | |
parent | 76b6167407c2b6f5d40ad895b2793a6b037f54b2 (diff) |
Move logging.h into base/logging.h.
Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279
Diffstat (limited to 'src/compiler/compiler_internals.h')
-rw-r--r-- | src/compiler/compiler_internals.h | 15 |
1 files changed, 7 insertions, 8 deletions
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 <stdint.h> #include <stdio.h> -#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_ |