Match declaration to definition (missed a few).

llvm-svn: 75456
This commit is contained in:
Daniel Dunbar 2009-07-13 06:04:06 +00:00
parent e02670db07
commit 3a86fe943c
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ namespace llvm {
class Mangler;
class MachineRelocation;
class MachOCodeEmitter;
class MachODySymTab;
class MachOHeader;
class MachOSection;
struct MachODySymTab;
struct MachOHeader;
struct MachOSection;
struct MachOSym;
class TargetData;
class TargetMachine;