diff options
-rw-r--r-- | include/llvm/Analysis/DSGraph.h | 5 | ||||
-rw-r--r-- | include/llvm/Analysis/DataStructure/DSGraph.h | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index d2e1806327..8e62a36112 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 <vector> +#include <map> +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 d2e1806327..8e62a36112 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 <vector> +#include <map> +class Function; +class Value; class GlobalValue; class Type; |