summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Graph.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.h b/lib/Transforms/Instrumentation/ProfilePaths/Graph.h
index 7fba0162d1..11713ebb95 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