diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:33:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:33:56 +0000 |
commit | b117fb57a6af2015625436e812851b543dd6d1b0 (patch) | |
tree | bfb3d8aef47b31b8ae119d5d0a9d4c9067233d47 /lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | |
parent | 77f088b114fe61e62199b5a7dbcfb22ba0439260 (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/GraphAuxiliary.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index 3a34131c88..dad3958c86 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -7,12 +7,12 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h" -#include "llvm/Transforms/Instrumentation/Graph.h" #include "llvm/Pass.h" #include "llvm/Module.h" #include "llvm/iTerminators.h" #include "Support/Statistic.h" #include <algorithm> +#include "Graph.h" //using std::list; using std::map; |