[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Object / MachOUniversal.cpp
index cf564c4cc2f6be6d77d7b3d2f7890df2478cc05b..a01c83873e0914c74e46982f4dae793c4e49fde4 100644 (file)
@@ -12,9 +12,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Object/MachOUniversal.h"
+#include "llvm/Object/Archive.h"
 #include "llvm/Object/MachO.h"
 #include "llvm/Object/ObjectFile.h"
-#include "llvm/Object/Archive.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/Host.h"
 #include "llvm/Support/MemoryBuffer.h"