Sorry - really folowing convention.
authorJim Laskey <jlaskey@mac.com>
Fri, 27 Jan 2006 18:32:41 +0000 (18:32 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 27 Jan 2006 18:32:41 +0000 (18:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25691 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/DwarfWriter.h
lib/CodeGen/DwarfWriter.cpp

index 8bf472d4cf573d75030747f3030816076f2b2d9f..d60764e150e9ee04abf20a659b657842694fe8ce 100644 (file)
@@ -21,6 +21,7 @@
 #define LLVM_CODEGEN_DWARFWRITER_H
 
 #include "llvm/ADT/UniqueVector.h"
+#include "llvm/Support/DataTypes.h"
 
 #include <iosfwd>
 #include <string>
index 5a37b81e90d0bbbcf27b95d1ffa28d58a48f8060..92eab0cd5d13d646d1edc3aeec57ac1a6fa4dca6 100644 (file)
@@ -10,6 +10,7 @@
 // This file contains support for writing dwarf debug info into asm files.
 //
 //===----------------------------------------------------------------------===//
+
 #include "llvm/CodeGen/DwarfWriter.h"
 
 #include "llvm/ADT/StringExtras.h"
@@ -17,7 +18,6 @@
 #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"