From 1486ef96ed8eb364467f5261887514114af1e39e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 15 Aug 2009 01:56:38 +0000 Subject: [PATCH] Remove an unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79063 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/FormattedStream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Support/FormattedStream.cpp b/lib/Support/FormattedStream.cpp index e57b17ec45d..7f8adfc3d74 100644 --- a/lib/Support/FormattedStream.cpp +++ b/lib/Support/FormattedStream.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/FormattedStream.h" -#include using namespace llvm;