From bb5830d127b8a07b86ca1fe764e8a51fbc0e2535 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 27 Jan 2006 18:28:31 +0000 Subject: [PATCH] Following convention. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25689 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index ef7894dd06b..5a37b81e90d 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -10,7 +10,6 @@ // This file contains support for writing dwarf debug info into asm files. // //===----------------------------------------------------------------------===// -#include "llvm/Support/DataTypes.h" #include "llvm/CodeGen/DwarfWriter.h" #include "llvm/ADT/StringExtras.h" @@ -18,6 +17,7 @@ #include "llvm/Type.h" #include "llvm/CodeGen/AsmPrinter.h" #include "llvm/CodeGen/MachineDebugInfo.h" +#include "llvm/Support/DataTypes.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Mangler.h"