From 90aa1f92c1e3a0fa9f66197ef851ab995afb37ae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 22 Aug 2009 21:05:21 +0000 Subject: [PATCH] mcasminfo doesn't use std::string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79774 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAsmInfo.h | 1 - 1 file changed, 1 deletion(-) 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;