reorder #include order, patch by Kenneth Boyd!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-10-06 03:54:25 +00:00
parent 78129446ca
commit d20a00d011

View File

@ -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 {
/**************************************************************************