diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-12 03:47:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-12 03:47:27 +0000 |
commit | 3fc46450b75f948a206420724c4b3d9d35ee070b (patch) | |
tree | b482ab80108a2ea3c27b91c421f930d2908b360f /lib/Analysis/IPA/DependenceGraph.cpp | |
parent | 1f30a07ea0604e9e9f9fcc35c765bcd49c2097b6 (diff) |
Remove #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/DependenceGraph.cpp')
-rw-r--r-- | lib/Analysis/IPA/DependenceGraph.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/IPA/DependenceGraph.cpp b/lib/Analysis/IPA/DependenceGraph.cpp index fa8f7b0004..284a96afcc 100644 --- a/lib/Analysis/IPA/DependenceGraph.cpp +++ b/lib/Analysis/IPA/DependenceGraph.cpp @@ -16,8 +16,6 @@ #include "llvm/Analysis/DependenceGraph.h" #include "llvm/Function.h" -#include "llvm/BasicBlock.h" -#include "llvm/Instruction.h" //---------------------------------------------------------------------------- |