Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / Allocator.cpp
index b8978302e7460bf54e99143ade7441d7378e8696..28f4e64ac77589f99981c1ad2d67811899f093cb 100644 (file)
@@ -13,9 +13,9 @@
 
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/Memory.h"
 #include "llvm/Support/Recycler.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/Memory.h"
 #include <cstring>
 
 namespace llvm {