summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-12-13 14:41:43 -0800
committerElliott Hughes <enh@google.com>2012-12-13 15:24:45 -0800
commite222ee0b794f941af4fb1b32fb8224e32942ea7b (patch)
tree0b9f5fe6398663c9d871881cf7de28eca8bdfc6f /src/runtime.h
parent1aa246dec5abe212f699de1413a0c4a191ca364a (diff)
downloadart-e222ee0b794f941af4fb1b32fb8224e32942ea7b.zip
art-e222ee0b794f941af4fb1b32fb8224e32942ea7b.tar.gz
art-e222ee0b794f941af4fb1b32fb8224e32942ea7b.tar.bz2
Move stringpiece.h and stringprintf.h to base/.
Change-Id: I7f71b4a12f99c5f81771146c66629ae5a947b229
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index c8a520a..84cc826 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -26,6 +26,7 @@
#include <vector>
#include "base/macros.h"
+#include "base/stringpiece.h"
#include "globals.h"
#include "heap.h"
#include "instruction_set.h"
@@ -33,7 +34,6 @@
#include "locks.h"
#include "runtime_stats.h"
#include "safe_map.h"
-#include "stringpiece.h"
#if defined(ART_USE_LLVM_COMPILER)
#include "compiler_llvm/procedure_linkage_table.h"