diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h index 7fba0162d15..11713ebb955 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h +++ b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h @@ -9,18 +9,12 @@ #ifndef LLVM_GRAPH_H #define LLVM_GRAPH_H -#include "Support/StatisticReporter.h" - +#include "llvm/BasicBlock.h" #include -#include #include -#include "llvm/BasicBlock.h" - -class BasicBlock; class Module; class Function; -class Instruction; //Class Node //It forms the vertex for the graph