Use opaque decl instead of #include
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 18:35:38 +0000 (18:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 18:35:38 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2203 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/SlotCalculator.h
include/llvm/SlotCalculator.h
lib/Bytecode/Writer/SlotCalculator.h

index d80515d137111c14ea1db6cc7932408405d9b8a3..91006d70175cdf77eefa3b1cdc79ff3fd010916d 100644 (file)
 #ifndef LLVM_SLOTCALCULATOR_H
 #define LLVM_SLOTCALCULATOR_H
 
-#include "llvm/SymTabValue.h"
 #include <vector>
 #include <map>
 class Value;
 class Module;
 class Function;
+class SymbolTable;
 
 class SlotCalculator {
   const Module *TheModule;
index d80515d137111c14ea1db6cc7932408405d9b8a3..91006d70175cdf77eefa3b1cdc79ff3fd010916d 100644 (file)
 #ifndef LLVM_SLOTCALCULATOR_H
 #define LLVM_SLOTCALCULATOR_H
 
-#include "llvm/SymTabValue.h"
 #include <vector>
 #include <map>
 class Value;
 class Module;
 class Function;
+class SymbolTable;
 
 class SlotCalculator {
   const Module *TheModule;
index d80515d137111c14ea1db6cc7932408405d9b8a3..91006d70175cdf77eefa3b1cdc79ff3fd010916d 100644 (file)
 #ifndef LLVM_SLOTCALCULATOR_H
 #define LLVM_SLOTCALCULATOR_H
 
-#include "llvm/SymTabValue.h"
 #include <vector>
 #include <map>
 class Value;
 class Module;
 class Function;
+class SymbolTable;
 
 class SlotCalculator {
   const Module *TheModule;