diff options
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DebugLocList.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DebugLocList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DebugLocList.h b/lib/CodeGen/AsmPrinter/DebugLocList.h index 2a4f58f..0f1d2ed 100644 --- a/lib/CodeGen/AsmPrinter/DebugLocList.h +++ b/lib/CodeGen/AsmPrinter/DebugLocList.h @@ -10,8 +10,8 @@ #ifndef LLVM_LIB_CODEGEN_ASMPRINTER_DEBUGLOCLIST_H #define LLVM_LIB_CODEGEN_ASMPRINTER_DEBUGLOCLIST_H -#include "llvm/ADT/SmallVector.h" #include "DebugLocEntry.h" +#include "llvm/ADT/SmallVector.h" namespace llvm { class DwarfCompileUnit; |