Move stringpiece.h and stringprintf.h to base/.
Change-Id: I7f71b4a12f99c5f81771146c66629ae5a947b229
diff --git a/src/hprof/hprof.cc b/src/hprof/hprof.cc
index 8777986..c0e73bc 100644
--- a/src/hprof/hprof.cc
+++ b/src/hprof/hprof.cc
@@ -38,6 +38,7 @@
#include <set>
#include "base/logging.h"
+#include "base/stringprintf.h"
#include "base/unix_file/fd_file.h"
#include "class_linker.h"
#include "debugger.h"
@@ -49,7 +50,6 @@
#include "safe_map.h"
#include "scoped_thread_state_change.h"
#include "gc/space.h"
-#include "stringprintf.h"
#include "thread_list.h"
namespace art {