summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-22 21:05:21 +0000
committerChris Lattner <sabre@nondot.org>2009-08-22 21:05:21 +0000
commit90aa1f92c1e3a0fa9f66197ef851ab995afb37ae (patch)
tree3133030ac8604072fe6cc636fe454c64ab19be2d /include
parent2807afa664b579af4c559b3880d6763b9e7e236a (diff)
downloadllvm-90aa1f92c1e3a0fa9f66197ef851ab995afb37ae.tar.gz
llvm-90aa1f92c1e3a0fa9f66197ef851ab995afb37ae.tar.bz2
llvm-90aa1f92c1e3a0fa9f66197ef851ab995afb37ae.tar.xz
mcasminfo doesn't use std::string
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAsmInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h
index 4f8d92b3fc..8751cbc2ae 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/include/llvm/MC/MCAsmInfo.h
@@ -18,7 +18,6 @@
#include "llvm/Support/DataTypes.h"
#include <cassert>
-#include <string>
namespace llvm {
template <typename T> class SmallVectorImpl;