diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-06 03:54:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-06 03:54:25 +0000 |
commit | d20a00d01199d95c2cb6685ad483985ba400ca48 (patch) | |
tree | a6a3d7a7183bdeef99edc418c0e8636dc4b89bbc /lib/CodeGen/PBQP.cpp | |
parent | 78129446cacbc0f3ed17f3f11c8cd05f9cd95f47 (diff) |
reorder #include order, patch by Kenneth Boyd!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PBQP.cpp')
-rw-r--r-- | lib/CodeGen/PBQP.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index d4d1098bb8..562300f94e 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 <limits> #include <cassert> #include <cstring> -#include "PBQP.h" -#include "llvm/Config/alloca.h" - namespace llvm { /************************************************************************** |