Match declaration to definition.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-07-13 06:00:13 +00:00
parent 56a96e76ae
commit 89e12a1b2e
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace llvm {
class ELFCodeEmitter;
class ELFRelocation;
class ELFSection;
class ELFSym;
struct ELFSym;
class GlobalVariable;
class Mangler;
class MachineCodeEmitter;

View File

@ -27,7 +27,7 @@ namespace llvm {
class MachODySymTab;
class MachOHeader;
class MachOSection;
class MachOSym;
struct MachOSym;
class TargetData;
class TargetMachine;
class TargetAsmInfo;