summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compilation_unit.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-12-12 18:34:25 -0800
committer Elliott Hughes <enh@google.com> 2012-12-12 18:35:05 -0800
commit07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (patch)
tree2350745da33df6fcb9fb0c9059e55ea5d5ea8f67 /src/compiler_llvm/compilation_unit.h
parent76b6167407c2b6f5d40ad895b2793a6b037f54b2 (diff)
Move logging.h into base/logging.h.
Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279
Diffstat (limited to 'src/compiler_llvm/compilation_unit.h')
-rw-r--r--src/compiler_llvm/compilation_unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compilation_unit.h b/src/compiler_llvm/compilation_unit.h
index 5fb0c0ccbc..591d4f0a31 100644
--- a/src/compiler_llvm/compilation_unit.h
+++ b/src/compiler_llvm/compilation_unit.h
@@ -17,13 +17,13 @@
#ifndef ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_
#define ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_
+#include "base/logging.h"
#include "base/mutex.h"
#include "globals.h"
#if defined(ART_USE_DEXLANG_FRONTEND)
# include "greenland/dex_lang.h"
#endif
#include "instruction_set.h"
-#include "logging.h"
#include "runtime_support_builder.h"
#include "runtime_support_func.h"
#include "safe_map.h"