Move logging.h into base/logging.h.

Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279
diff --git a/src/compiler_llvm/runtime_support_builder.h b/src/compiler_llvm/runtime_support_builder.h
index 58f01f6..7c11702 100644
--- a/src/compiler_llvm/runtime_support_builder.h
+++ b/src/compiler_llvm/runtime_support_builder.h
@@ -18,7 +18,7 @@
 #define ART_SRC_COMPILER_LLVM_RUNTIME_SUPPORT_BUILDER_H_
 
 #include "backend_types.h"
-#include "logging.h"
+#include "base/logging.h"
 #include "runtime_support_func.h"
 
 #include <stdint.h>