summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopInfo.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-05 16:32:58 +0000
committerDan Gohman <gohman@apple.com>2009-06-05 16:32:58 +0000
commitd9ef48a73e69459f77c88ca2a14d5367354ca645 (patch)
tree6b6af6d5c540e9f06e8a7bc39836ad7c80461b2d /llvm/lib/Analysis/LoopInfo.cpp
parentfa934809374fd7b8cfa70c3f5bfd864d7f2175ba (diff)
downloadbcm5719-llvm-d9ef48a73e69459f77c88ca2a14d5367354ca645.tar.gz
bcm5719-llvm-d9ef48a73e69459f77c88ca2a14d5367354ca645.zip
Remove some unnecessary #includes.
llvm-svn: 72948
Diffstat (limited to 'llvm/lib/Analysis/LoopInfo.cpp')
-rw-r--r--llvm/lib/Analysis/LoopInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp
index de6480a66d5..a0d3974189a 100644
--- a/llvm/lib/Analysis/LoopInfo.cpp
+++ b/llvm/lib/Analysis/LoopInfo.cpp
@@ -24,7 +24,6 @@
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include <algorithm>
-#include <ostream>
using namespace llvm;
char LoopInfo::ID = 0;
OpenPOWER on IntegriCloud