OSDN Git Service

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 e57b17e..7f8adfc 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/FormattedStream.h"
-#include <algorithm>
 
 using namespace llvm;