Patch up omissions in DebugLoc propagation.
[oota-llvm.git] / lib / Target / Mips / MipsTargetAsmInfo.h
index 0511cca4551e60aed84d691d7b89f8659bf5ed83..2b5a739e7219ea9c271ed536a75a7b0058bfe577 100644 (file)
@@ -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 {