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 | 7875876e46abdec126618b11c581e0ce112495d9 (patch) | |
tree | 9a1a9d0e47534df18631f0ae1890f3b55a442b92 /llvm | |
parent | 0c41861f395c3fe112155583fae67576e56ffc97 (diff) | |
download | bcm5719-llvm-7875876e46abdec126618b11c581e0ce112495d9.tar.gz bcm5719-llvm-7875876e46abdec126618b11c581e0ce112495d9.zip |
reorder #include order, patch by Kenneth Boyd!
llvm-svn: 57148
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/PBQP.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/PBQP.cpp b/llvm/lib/CodeGen/PBQP.cpp index d4d1098bb87..562300f94e1 100644 --- a/llvm/lib/CodeGen/PBQP.cpp +++ b/llvm/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 { /************************************************************************** |