Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCContext.h
index 5a8830cb66ce12c1c31648701b8cc080c720ee9a..78870d9633e2660e2cff70beeb75105dfd6abe76 100644 (file)
 #ifndef LLVM_MC_MCCONTEXT_H
 #define LLVM_MC_MCCONTEXT_H
 
-#include "llvm/MC/SectionKind.h"
-#include "llvm/MC/MCDwarf.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/MC/MCDwarf.h"
+#include "llvm/MC/SectionKind.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/raw_ostream.h"