Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / Allocator.h
index a644b133660f0eb44dec8b4c7b5367830f8ff984..3243fd9cea57ecc8e18de21f118448069d2367b8 100644 (file)
 #define LLVM_SUPPORT_ALLOCATOR_H
 
 #include "llvm/Support/AlignOf.h"
-#include "llvm/Support/MathExtras.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <cassert>
-#include <cstdlib>
 #include <cstddef>
+#include <cstdlib>
 
 namespace llvm {
 template <typename T> struct ReferenceAdder { typedef T& result; };