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/dexlayout/dexlayout_main.cc b/dexlayout/dexlayout_main.cc
index 286a0c6..09fa0ef 100644
--- a/dexlayout/dexlayout_main.cc
+++ b/dexlayout/dexlayout_main.cc
@@ -26,8 +26,8 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "base/logging.h"
 #include "mem_map.h"
-#include "runtime.h"
 
 namespace art {