diff options
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/Graph.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h index 7fba016..11713eb 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 <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 |