summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/utils_llvm.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-12-13 14:41:43 -0800
committer Elliott Hughes <enh@google.com> 2012-12-13 15:24:45 -0800
commite222ee0b794f941af4fb1b32fb8224e32942ea7b (patch)
tree0b9f5fe6398663c9d871881cf7de28eca8bdfc6f /src/compiler_llvm/utils_llvm.h
parent1aa246dec5abe212f699de1413a0c4a191ca364a (diff)
Move stringpiece.h and stringprintf.h to base/.
Change-Id: I7f71b4a12f99c5f81771146c66629ae5a947b229
Diffstat (limited to 'src/compiler_llvm/utils_llvm.h')
-rw-r--r--src/compiler_llvm/utils_llvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/utils_llvm.h b/src/compiler_llvm/utils_llvm.h
index 5ad68d0c89..cec21dc0a6 100644
--- a/src/compiler_llvm/utils_llvm.h
+++ b/src/compiler_llvm/utils_llvm.h
@@ -17,7 +17,7 @@
#ifndef ART_SRC_UTILS_LLVM_H_
#define ART_SRC_UTILS_LLVM_H_
-#include "stringprintf.h"
+#include "base/stringprintf.h"
#include <llvm/Analysis/Verifier.h>