Remove an unnecessary #include.
authorDan Gohman <gohman@apple.com>
Sat, 15 Aug 2009 01:56:38 +0000 (01:56 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 15 Aug 2009 01:56:38 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79063 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/FormattedStream.cpp

index e57b17ec45de89260cb291fd432d0afbc4985537..7f8adfc3d744f4552e44fac6311c767d61ed4b15 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/FormattedStream.h"
-#include <algorithm>
 
 using namespace llvm;