Remove TypeLookupTable from DexFile.

One more step towards removing runtime dependencies from the DexFile
API.  This severs the ties to OatFile.  Work remains to move MemMap out
of DexFile.

Bug: 22322814
Change-Id: I29e7ad8fd292c7919ed2689dc754b958b88d6819
Test: test-art-host
diff --git a/dexdump/dexdump_main.cc b/dexdump/dexdump_main.cc
index f716ba8..5c032a0 100644
--- a/dexdump/dexdump_main.cc
+++ b/dexdump/dexdump_main.cc
@@ -28,8 +28,8 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "base/logging.h"
 #include "mem_map.h"
-#include "runtime.h"
 
 namespace art {