From: Bill Wendling Date: Tue, 3 Feb 2009 01:32:22 +0000 (+0000) Subject: Alphabetize includes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0eb96fd94bce94df680f1fc436c1d3d1c510f937;p=oota-llvm.git Alphabetize includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h index 397f7b1a249..47aaf63c910 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h @@ -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 #include