Use the forward declaration for GraphTraits instead of #including

the header

llvm-svn: 4210
This commit is contained in:
Chris Lattner 2002-10-17 01:36:08 +00:00
parent ddebb4343e
commit 5b1f684994
1 changed files with 2 additions and 1 deletions

View File

@ -19,10 +19,11 @@
#define LLVM_ANALYSIS_DOMINATORS_H
#include "llvm/Pass.h"
#include "Support/GraphTraits.h"
#include <set>
class Instruction;
template <typename GraphType> struct GraphTraits;
//===----------------------------------------------------------------------===//
//
// DominatorBase - Base class that other, more interesting dominator analyses