diff options
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 { /************************************************************************** |