Move more runtime code to libartbase, libdexfile

Move some code that logically belongs to libartbase or libdexfile to
those places respectively.

Bug: 22322814
Test: make -j 50 checkbuild
Change-Id: Idfded5d24b40d8587011681e6235b6672846da19
diff --git a/runtime/stack_map.cc b/runtime/stack_map.cc
index 250ff2a..9c7b687 100644
--- a/runtime/stack_map.cc
+++ b/runtime/stack_map.cc
@@ -19,7 +19,7 @@
 #include <stdint.h>
 
 #include "art_method.h"
-#include "indenter.h"
+#include "base/indenter.h"
 #include "scoped_thread_state_change-inl.h"
 
 namespace art {