Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Object / MachO.h
index 50c577dc2621a9f9a4a98fa29d2d9856fd89c3d1..da972a2433edca4b8faa2466de37414fe2b09c76 100644 (file)
 #ifndef LLVM_OBJECT_MACHO_H
 #define LLVM_OBJECT_MACHO_H
 
-#include "llvm/Object/ObjectFile.h"
+#include "llvm/ADT/SmallVector.h"
 #include "llvm/Object/MachOObject.h"
+#include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/MachO.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/SmallVector.h"
 
 namespace llvm {
 namespace object {