summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
index 2ca0f1d49f6..c6a98712fac 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
@@ -5,14 +5,11 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Transforms/Instrumentation/Graph.h"
+#include "Graph.h"
#include "llvm/iTerminators.h"
-#include "llvm/BasicBlock.h"
#include "Support/Statistic.h"
#include <algorithm>
-//using std::list;
-//using std::set;
using std::map;
using std::vector;
using std::cerr;
OpenPOWER on IntegriCloud