Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / ImmutableSet.h
index 3900f96be16ac5c52e0e2fcffb98671d045c670b..0982657ccf1cdb91988f9559e2b1a08029753bd7 100644 (file)
@@ -14,9 +14,9 @@
 #ifndef LLVM_ADT_IMSET_H
 #define LLVM_ADT_IMSET_H
 
-#include "llvm/Support/Allocator.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/FoldingSet.h"
+#include "llvm/Support/Allocator.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
 #include <cassert>