Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Object / MachOObject.h
index 86f150a2940f1cc4211a6eb0a6f99dc50d047009..e32a85d1407eb6cf4697259ffbb36fa38b4f95c7 100644 (file)
 #ifndef LLVM_OBJECT_MACHOOBJECT_H
 #define LLVM_OBJECT_MACHOOBJECT_H
 
-#include <string>
 #include "llvm/ADT/InMemoryStruct.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Object/MachOFormat.h"
+#include <string>
 
 namespace llvm {