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 | 1486ef96ed8eb364467f5261887514114af1e39e (patch) | |
tree | 8952857a88b6c5855eb464146f35b3283ca5ae58 /lib/Support/FormattedStream.cpp | |
parent | 20e8d5a8cc36c9e39cae1dd99527a4ac0a9d770f (diff) |
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.cpp | 1 |
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; |