diff options
| author | Dan Gohman <gohman@apple.com> | 2008-08-05 15:32:23 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-08-05 15:32:23 +0000 |
| commit | 3da016d13748fd793e1e6b3bcbd6a1f25564a4de (patch) | |
| tree | 4ec60eafdaec0b7913b8fb1ac46b5a67bc57e9ae /llvm/lib/Target/Mips/MipsTargetAsmInfo.h | |
| parent | e955c481fdad1f9ccf2326d5bf048d6104b0a566 (diff) | |
| download | bcm5719-llvm-3da016d13748fd793e1e6b3bcbd6a1f25564a4de.tar.gz bcm5719-llvm-3da016d13748fd793e1e6b3bcbd6a1f25564a4de.zip | |
Trim #includes.
llvm-svn: 54350
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetAsmInfo.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsTargetAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h index 0511cca4551..2b5a739e721 100644 --- a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h +++ b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h @@ -16,7 +16,6 @@ #include "MipsSubtarget.h" #include "llvm/DerivedTypes.h" -#include "llvm/GlobalVariable.h" #include "llvm/Target/TargetAsmInfo.h" #include "llvm/Target/TargetOptions.h" #include "llvm/Target/ELFTargetAsmInfo.h" @@ -24,6 +23,7 @@ namespace llvm { // Forward declaration. + class GlobalValue; class MipsTargetMachine; struct MipsTargetAsmInfo : public ELFTargetAsmInfo { |

