From 91d19d8e930a955766fa69f1d847be89ead2f8c4 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Dec 2012 10:37:14 +0000 Subject: Sort the #include lines for utils/... I've tried to find main moudle headers where possible, but the TableGen stuff may warrant someone else looking at it. llvm-svn: 169251 --- llvm/utils/obj2yaml/obj2yaml.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'llvm/utils/obj2yaml/obj2yaml.cpp') diff --git a/llvm/utils/obj2yaml/obj2yaml.cpp b/llvm/utils/obj2yaml/obj2yaml.cpp index ff253fa1314..bdc461a9471 100644 --- a/llvm/utils/obj2yaml/obj2yaml.cpp +++ b/llvm/utils/obj2yaml/obj2yaml.cpp @@ -8,17 +8,14 @@ //===----------------------------------------------------------------------===// #include "obj2yaml.h" - #include "llvm/ADT/OwningPtr.h" - +#include "llvm/Object/Archive.h" +#include "llvm/Object/COFF.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Signals.h" -#include "llvm/Object/Archive.h" -#include "llvm/Object/COFF.h" - const char endl = '\n'; namespace yaml { // generic yaml-writing specific routines -- cgit v1.2.3