diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-01-27 18:32:41 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-01-27 18:32:41 +0000 |
commit | 4a84e97421afa6b99f13d8eb4d921f8c086d413f (patch) | |
tree | d5e7fe578779e5b645ccaa46954660a385579f22 /llvm/lib/CodeGen/DwarfWriter.cpp | |
parent | 4be147f456fef3864d0842b76959c4cbfe264189 (diff) | |
download | bcm5719-llvm-4a84e97421afa6b99f13d8eb4d921f8c086d413f.tar.gz bcm5719-llvm-4a84e97421afa6b99f13d8eb4d921f8c086d413f.zip |
Sorry - really folowing convention.
llvm-svn: 25691
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 5a37b81e90d..92eab0cd5d1 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -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" |