From: Chris Lattner Date: Mon, 6 Oct 2008 03:54:25 +0000 (+0000) Subject: reorder #include order, patch by Kenneth Boyd! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d20a00d01199d95c2cb6685ad483985ba400ca48;p=oota-llvm.git reorder #include order, patch by Kenneth Boyd! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index d4d1098bb87..562300f94e1 100644 --- a/lib/CodeGen/PBQP.cpp +++ b/lib/CodeGen/PBQP.cpp @@ -12,14 +12,12 @@ // http://www.it.usyd.edu.au/~scholz //===----------------------------------------------------------------------===// - +#include "PBQP.h" +#include "llvm/Config/alloca.h" #include #include #include -#include "PBQP.h" -#include "llvm/Config/alloca.h" - namespace llvm { /**************************************************************************