Nick wants these alphabetized
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 18 Mar 2010 18:18:00 +0000 (18:18 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 18 Mar 2010 18:18:00 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98840 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/EquivalenceClasses.h

index 9ad78ae29b14a3ece3a422561138b5a87adc5ad1..5f89823e8ba1f8508e2a54b36a6aba8a78f5ecdd 100644 (file)
@@ -16,8 +16,8 @@
 #define LLVM_ADT_EQUIVALENCECLASSES_H
 
 #include "llvm/System/DataTypes.h"
-#include <set>
 #include <cassert>
+#include <set>
 
 namespace llvm {