These files don't need to include <iostream> since they include "Support/Debug.h".
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceBasicBlocks.cpp
index 3258bf5b21b6f432e3a8094971451be5f7cba64a..9403aa26f7517f5bda8ade250b23381732b145da 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/iPHINode.h"
 #include "ProfilingUtils.h"
 #include "Support/Debug.h"
-#include <iostream>
 #include <set>
 using namespace llvm;