aboutsummaryrefslogtreecommitdiffstats
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
commit584dcac9e5d56b6d01f3e45fa700efead5acf50b (patch)
tree3133030ac8604072fe6cc636fe454c64ab19be2d /include
parentcd4cab9054f1d9573675c7d0beed14b59f14ab3e (diff)
downloadexternal_llvm-584dcac9e5d56b6d01f3e45fa700efead5acf50b.zip
external_llvm-584dcac9e5d56b6d01f3e45fa700efead5acf50b.tar.gz
external_llvm-584dcac9e5d56b6d01f3e45fa700efead5acf50b.tar.bz2
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 4f8d92b..8751cbc 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;