Remove an unnecessary #include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-08-15 01:56:38 +00:00
parent 20e8d5a8cc
commit 1486ef96ed

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/FormattedStream.h"
#include <algorithm>
using namespace llvm;