Fix warning
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / Graph.h
index 7fba0162d15cdff7cb726e6b92b97a4b59f15712..11713ebb95585baa0df49e2318e2c420b4852a23 100644 (file)
@@ -9,18 +9,12 @@
 #ifndef LLVM_GRAPH_H
 #define LLVM_GRAPH_H
 
-#include "Support/StatisticReporter.h"
-
+#include "llvm/BasicBlock.h"
 #include <map>
-#include <vector>
 #include <cstdlib>
 
-#include "llvm/BasicBlock.h"
-
-class BasicBlock;
 class Module;
 class Function;
-class Instruction;
 
 //Class Node
 //It forms the vertex for the graph