Get rid of an unneeded #include.
authorOwen Anderson <resistor@mac.com>
Sun, 23 Dec 2007 20:34:06 +0000 (20:34 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 23 Dec 2007 20:34:06 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45337 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineDominators.h

index 44bbaa0fbe66bfdc572c57e6514deb52c43d88ee..7d277f07326452a50bfe51c156b2e5b4bfde49f2 100644 (file)
@@ -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<class T> struct GraphTraits;
+
 template <> struct GraphTraits<MachineDomTreeNode *> {
   typedef MachineDomTreeNode NodeType;
   typedef NodeType::iterator  ChildIteratorType;