aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:33:56 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:33:56 +0000
commitb117fb57a6af2015625436e812851b543dd6d1b0 (patch)
treebfb3d8aef47b31b8ae119d5d0a9d4c9067233d47 /lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
parent77f088b114fe61e62199b5a7dbcfb22ba0439260 (diff)
Clean up #includes
Move graph.h into local directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
index 2ca0f1d49f..c6a98712fa 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
+++ b/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;