From: Chris Lattner Date: Wed, 2 Oct 2002 21:55:24 +0000 (+0000) Subject: This file doesn't need Pass.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e5346ec9ed3142d1cd4b8535d12b5863a84b7ac3;p=oota-llvm.git This file doesn't need Pass.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4026 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index d2e18063274..8e62a361128 100644 --- a/include/llvm/Analysis/DSGraph.h +++ b/include/llvm/Analysis/DSGraph.h @@ -8,8 +8,11 @@ #ifndef LLVM_ANALYSIS_DSGRAPH_H #define LLVM_ANALYSIS_DSGRAPH_H -#include "llvm/Pass.h" +#include +#include +class Function; +class Value; class GlobalValue; class Type; diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index d2e18063274..8e62a361128 100644 --- a/include/llvm/Analysis/DataStructure/DSGraph.h +++ b/include/llvm/Analysis/DataStructure/DSGraph.h @@ -8,8 +8,11 @@ #ifndef LLVM_ANALYSIS_DSGRAPH_H #define LLVM_ANALYSIS_DSGRAPH_H -#include "llvm/Pass.h" +#include +#include +class Function; +class Value; class GlobalValue; class Type;