aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/VMCore/Pass.cpp1
-rw-r--r--lib/VMCore/PassManagerT.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp
index 39766e3..115aba1 100644
--- a/lib/VMCore/Pass.cpp
+++ b/lib/VMCore/Pass.cpp
@@ -12,7 +12,6 @@
#include "Support/STLExtras.h"
#include "Support/TypeInfo.h"
#include <typeinfo>
-#include <iostream>
#include <sys/time.h>
#include <stdio.h>
diff --git a/lib/VMCore/PassManagerT.h b/lib/VMCore/PassManagerT.h
index b4155e4..3f2dc76 100644
--- a/lib/VMCore/PassManagerT.h
+++ b/lib/VMCore/PassManagerT.h
@@ -18,6 +18,7 @@
#include "llvm/Pass.h"
#include "Support/CommandLine.h"
#include <algorithm>
+#include <iostream>
class Annotable;
//===----------------------------------------------------------------------===//