diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-15 01:56:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-15 01:56:38 +0000 |
commit | e9f0bf5deeab9eb9894456da8b493a8d9f9c74d3 (patch) | |
tree | acef6f30ba30d3616920ee4796a80e8a8a2ccabd /llvm/lib/Support/FormattedStream.cpp | |
parent | b1bf2009a41046e554b2ed90a73956e82c23e97d (diff) | |
download | bcm5719-llvm-e9f0bf5deeab9eb9894456da8b493a8d9f9c74d3.tar.gz bcm5719-llvm-e9f0bf5deeab9eb9894456da8b493a8d9f9c74d3.zip |
Remove an unnecessary #include.
llvm-svn: 79063
Diffstat (limited to 'llvm/lib/Support/FormattedStream.cpp')
-rw-r--r-- | llvm/lib/Support/FormattedStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <algorithm> using namespace llvm; |