summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-27 18:28:31 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-27 18:28:31 +0000
commitbb5830d127b8a07b86ca1fe764e8a51fbc0e2535 (patch)
tree22930ae89f0d27addf3d8106799e3d56185e53e2 /lib
parentc2493c45a0357df87fd809b3aab49ec216d45aa2 (diff)
downloadllvm-bb5830d127b8a07b86ca1fe764e8a51fbc0e2535.tar.gz
llvm-bb5830d127b8a07b86ca1fe764e8a51fbc0e2535.tar.bz2
llvm-bb5830d127b8a07b86ca1fe764e8a51fbc0e2535.tar.xz
Following convention.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index ef7894dd06..5a37b81e90 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"