From 6d070f39b8c2c16a676deeddd666520202940f03 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Sun, 23 Dec 2007 20:34:06 +0000 Subject: Get rid of an unneeded #include. llvm-svn: 45337 --- llvm/include/llvm/CodeGen/MachineDominators.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineDominators.h b/llvm/include/llvm/CodeGen/MachineDominators.h index 44bbaa0fbe6..7d277f07326 100644 --- a/llvm/include/llvm/CodeGen/MachineDominators.h +++ b/llvm/include/llvm/CodeGen/MachineDominators.h @@ -21,7 +21,6 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/Analysis/Dominators.h" #include "llvm/Analysis/DominatorInternals.h" -#include "llvm/ADT/GraphTraits.h" namespace llvm { @@ -187,6 +186,9 @@ public: /// DominatorTree GraphTraits specialization so the DominatorTree can be /// iterable by generic graph iterators. /// + +template struct GraphTraits; + template <> struct GraphTraits { typedef MachineDomTreeNode NodeType; typedef NodeType::iterator ChildIteratorType; -- cgit v1.2.3