From: Chris Lattner Date: Sat, 22 Aug 2009 21:05:21 +0000 (+0000) Subject: mcasminfo doesn't use std::string X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=90aa1f92c1e3a0fa9f66197ef851ab995afb37ae;p=oota-llvm.git mcasminfo doesn't use std::string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79774 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index 4f8d92b3fcd..8751cbc2ae6 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -18,7 +18,6 @@ #include "llvm/Support/DataTypes.h" #include -#include namespace llvm { template class SmallVectorImpl;