Sort relocation entries before they are written out to a file. MIPS ABI
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsMCAsmInfo.h
index e47e341e582dfbc86d8dbb7803b4b5e51fb6d9bd..e1d878936f317492b4a5e1fa3489f008d673468f 100644 (file)
@@ -1,4 +1,4 @@
-//=====-- MipsMCAsmInfo.h - Mips Asm Info ---------------------*- C++ -*--====//
+//===-- MipsMCAsmInfo.h - Mips Asm Info ------------------------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 #ifndef MIPSTARGETASMINFO_H
 #define MIPSTARGETASMINFO_H
 
-#include "llvm/ADT/StringRef.h"
 #include "llvm/MC/MCAsmInfo.h"
 
 namespace llvm {
+  class StringRef;
   class Target;
 
   class MipsMCAsmInfo : public MCAsmInfo {