aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraph.h
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/Analysis/DataStructure/DSGraph.h
parentca626922bc381803bc36b4023895de50af153b39 (diff)
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/Analysis/DataStructure/DSGraph.h')
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h5
1 files changed, 4 insertions, 1 deletions
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;