From: Misha Brukman Date: Wed, 22 Oct 2003 04:51:36 +0000 (+0000) Subject: No, really, order the #includes correctly. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb8c863e272e7ad211a29365fdba9fdc6bd4dc50;p=oota-llvm.git No, really, order the #includes correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9367 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index c24cd3c8438..27f74b9f17f 100644 --- a/lib/Target/SparcV9/SparcV9PreSelection.cpp +++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp @@ -17,10 +17,10 @@ #include "SparcInternals.h" #include "llvm/Constants.h" +#include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" #include "llvm/iPHINode.h" #include "llvm/iOther.h" -#include "llvm/DerivedTypes.h" #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/Support/InstVisitor.h"