[llvm-commits] [llvm] r79774 - /llvm/trunk/include/llvm/MC/MCAsmInfo.h
Chris Lattner
sabre at nondot.org
Sat Aug 22 14:05:21 PDT 2009
Author: lattner
Date: Sat Aug 22 16:05:21 2009
New Revision: 79774
URL: http://llvm.org/viewvc/llvm-project?rev=79774&view=rev
Log:
mcasminfo doesn't use std::string
Modified:
llvm/trunk/include/llvm/MC/MCAsmInfo.h
Modified: llvm/trunk/include/llvm/MC/MCAsmInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAsmInfo.h?rev=79774&r1=79773&r2=79774&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAsmInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCAsmInfo.h Sat Aug 22 16:05:21 2009
@@ -18,7 +18,6 @@
#include "llvm/Support/DataTypes.h"
#include <cassert>
-#include <string>
namespace llvm {
template <typename T> class SmallVectorImpl;
More information about the llvm-commits
mailing list