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
diff --git a/llvm/utils/obj2yaml/obj2yaml.cpp b/llvm/utils/obj2yaml/obj2yaml.cpp
index ff253fa..bdc461a 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