This file doesn't need Pass.h
authorChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 21:55:24 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 21:55:24 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4026 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraph.h

index d2e18063274c05d38c70030bf0163369a372ddc4..8e62a361128fc98b88ded8591be851f49cecc549 100644 (file)
@@ -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;
 
index d2e18063274c05d38c70030bf0163369a372ddc4..8e62a361128fc98b88ded8591be851f49cecc549 100644 (file)
@@ -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;