commit | 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 12 18:34:25 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 12 18:35:05 2012 -0800 |
tree | 2350745da33df6fcb9fb0c9059e55ea5d5ea8f67 | |
parent | 76b6167407c2b6f5d40ad895b2793a6b037f54b2 [diff] [blame] |
Move logging.h into base/logging.h. Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279
diff --git a/src/compiler_llvm/procedure_linkage_table.cc b/src/compiler_llvm/procedure_linkage_table.cc index cb4a9ed..51d6cd2 100644 --- a/src/compiler_llvm/procedure_linkage_table.cc +++ b/src/compiler_llvm/procedure_linkage_table.cc
@@ -16,10 +16,10 @@ #include "procedure_linkage_table.h" +#include "base/logging.h" #include "compiler_runtime_func_list.h" #include "globals.h" #include "instruction_set.h" -#include "logging.h" #include "runtime_support_func_list.h" #include "runtime_support_llvm.h" #include "utils_llvm.h"