aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Analysis/Dominators.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h
index 3304ad330c..2d0b8efb48 100644
--- a/include/llvm/Analysis/Dominators.h
+++ b/include/llvm/Analysis/Dominators.h
@@ -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