summaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-02 21:55:24 +0000
committerChris Lattner <sabre@nondot.org>2002-10-02 21:55:24 +0000
commite5346ec9ed3142d1cd4b8535d12b5863a84b7ac3 (patch)
treea7110ca7d15578085cffc86838f5a633e6cc1d57 /include/llvm
parentca626922bc381803bc36b4023895de50af153b39 (diff)
downloadexternal_llvm-e5346ec9ed3142d1cd4b8535d12b5863a84b7ac3.zip
external_llvm-e5346ec9ed3142d1cd4b8535d12b5863a84b7ac3.tar.gz
external_llvm-e5346ec9ed3142d1cd4b8535d12b5863a84b7ac3.tar.bz2
This file doesn't need Pass.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Analysis/DSGraph.h5
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h
index d2e1806..8e62a36 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 d2e1806..8e62a36 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;