From: Dan Gohman Date: Sat, 15 Aug 2009 01:56:38 +0000 (+0000) Subject: Remove an unnecessary #include. X-Git-Tag: android-x86-6.0-r1~1003^2~16653 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1486ef96ed8eb364467f5261887514114af1e39e;p=android-x86%2Fexternal-llvm.git Remove an unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79063 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;