Alphabetize includes.
authorBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 01:32:22 +0000 (01:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 01:32:22 +0000 (01:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63591 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuild.h

index 397f7b1a249d28f9dbac83e1b90139b6da57de9c..47aaf63c91029cb52db5ea13f330df9d54c84499 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef NDEBUG
 #include "llvm/ADT/SmallSet.h"
 #endif
-#include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/CodeGen/SelectionDAGNodes.h"
+#include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/CallSite.h"
 #include <vector>
 #include <set>