summaryrefslogtreecommitdiff
path: root/lib/Support/FormattedStream.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-15 01:56:38 +0000
committerDan Gohman <gohman@apple.com>2009-08-15 01:56:38 +0000
commit1486ef96ed8eb364467f5261887514114af1e39e (patch)
tree8952857a88b6c5855eb464146f35b3283ca5ae58 /lib/Support/FormattedStream.cpp
parent20e8d5a8cc36c9e39cae1dd99527a4ac0a9d770f (diff)
downloadllvm-1486ef96ed8eb364467f5261887514114af1e39e.tar.gz
llvm-1486ef96ed8eb364467f5261887514114af1e39e.tar.bz2
llvm-1486ef96ed8eb364467f5261887514114af1e39e.tar.xz
Remove an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/FormattedStream.cpp')
-rw-r--r--lib/Support/FormattedStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/FormattedStream.cpp b/lib/Support/FormattedStream.cpp
index e57b17ec45..7f8adfc3d7 100644
--- a/lib/Support/FormattedStream.cpp
+++ b/lib/Support/FormattedStream.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/FormattedStream.h"
-#include <algorithm>
using namespace llvm;