From: Vikram S. Adve Date: Fri, 8 Nov 2002 00:23:23 +0000 (+0000) Subject: Restore a #include because this header file needs the definitions X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e4f37ac4294389d5b82a7e84792074c39574a0f;p=oota-llvm.git Restore a #include because this header file needs the definitions of DSCallSite::~DSCallSite and DSNodeHandle::~DSNodeHandle. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4616 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h index ad0d233cfe5..79d738b5e19 100644 --- a/include/llvm/Analysis/DataStructure.h +++ b/include/llvm/Analysis/DataStructure.h @@ -7,13 +7,12 @@ #ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H #define LLVM_ANALYSIS_DATA_STRUCTURE_H +#include "llvm/Analysis/DSSupport.h" #include "llvm/Pass.h" class Type; class DSGraph; class DSNode; -class DSNodeHandle; -class DSCallSite; class LocalDataStructures; // A collection of local graphs for a program class BUDataStructures; // A collection of bu graphs for a program class TDDataStructures; // A collection of td graphs for a program diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h index ad0d233cfe5..79d738b5e19 100644 --- a/include/llvm/Analysis/DataStructure/DataStructure.h +++ b/include/llvm/Analysis/DataStructure/DataStructure.h @@ -7,13 +7,12 @@ #ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H #define LLVM_ANALYSIS_DATA_STRUCTURE_H +#include "llvm/Analysis/DSSupport.h" #include "llvm/Pass.h" class Type; class DSGraph; class DSNode; -class DSNodeHandle; -class DSCallSite; class LocalDataStructures; // A collection of local graphs for a program class BUDataStructures; // A collection of bu graphs for a program class TDDataStructures; // A collection of td graphs for a program