mcasminfo doesn't use std::string
authorChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 21:05:21 +0000 (21:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 21:05:21 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79774 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmInfo.h

index 4f8d92b3fcd40af81d653457c502d09d9ccb382e..8751cbc2ae63aa6acb3f401762d2e9c05cacc1e6 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "llvm/Support/DataTypes.h"
 #include <cassert>
-#include <string>
 
 namespace llvm {
   template <typename T> class SmallVectorImpl;