From e9f0bf5deeab9eb9894456da8b493a8d9f9c74d3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 15 Aug 2009 01:56:38 +0000 Subject: Remove an unnecessary #include. llvm-svn: 79063 --- llvm/lib/Support/FormattedStream.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm') diff --git a/llvm/lib/Support/FormattedStream.cpp b/llvm/lib/Support/FormattedStream.cpp index e57b17ec45d..7f8adfc3d74 100644 --- a/llvm/lib/Support/FormattedStream.cpp +++ b/llvm/lib/Support/FormattedStream.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/FormattedStream.h" -#include using namespace llvm; -- cgit v1.2.3