Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCDwarf.h
index 92e76121c0094093520a520c9adcaf8f665ff947..3160b616f721cfe5420aa1ac5aa95732e8beb14b 100644 (file)
@@ -16,9 +16,9 @@
 #define LLVM_MC_MCDWARF_H
 
 #include "llvm/ADT/StringRef.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/Dwarf.h"
 #include "llvm/Support/Compiler.h"
+#include "llvm/Support/Dwarf.h"
+#include "llvm/Support/raw_ostream.h"
 #include <vector>
 
 namespace llvm {