Move logging.h into base/logging.h.

Change-Id: Id68f85f7c3a71b156cb40dec63f94d4fb827f279
diff --git a/src/dex_file.cc b/src/dex_file.cc
index 4ac80bc..83912b9 100644
--- a/src/dex_file.cc
+++ b/src/dex_file.cc
@@ -24,11 +24,11 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 
+#include "base/logging.h"
 #include "class_linker.h"
 #include "dex_file_verifier.h"
 #include "globals.h"
 #include "leb128.h"
-#include "logging.h"
 #include "object.h"
 #include "os.h"
 #include "safe_map.h"