Fix warning
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / GraphAuxillary.cpp
index 76109822d15bd820e5bb4495ef4705bf6b0df1ee..3a34131c88954aeafba86cb51e7c4f6df0c48e02 100644 (file)
 #include "llvm/Transforms/Instrumentation/Graph.h"
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
-#include "llvm/InstrTypes.h"
 #include "llvm/iTerminators.h"
+#include "Support/Statistic.h"
 #include <algorithm>
-#include <iostream>
-#include <sstream>
-#include <vector>
 
 //using std::list;
 using std::map;