Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
index 14fe75fd4c3104ad835d0dccc5f2f1a490488a71..22f10ffa271773067e033b75ae6e05ad0ea8ad1f 100644 (file)
@@ -10,9 +10,9 @@
 #ifndef LLVM_MC_MCOBJECTWRITER_H
 #define LLVM_MC_MCOBJECTWRITER_H
 
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/raw_ostream.h"
 #include <cassert>
 
 namespace llvm {