change include order, so that Rinternal does not disturb us

This commit is contained in:
tqchen 2014-09-03 11:31:05 -07:00
parent 401d648372
commit 244a589e5d

View File

@ -3,12 +3,13 @@
#include <utility> #include <utility>
#include <cstring> #include <cstring>
#include <cstdio> #include <cstdio>
#include "xgboost_R.h"
#include "wrapper/xgboost_wrapper.h" #include "wrapper/xgboost_wrapper.h"
#include "src/utils/utils.h" #include "src/utils/utils.h"
#include "src/utils/omp.h" #include "src/utils/omp.h"
#include "src/utils/matrix_csr.h" #include "src/utils/matrix_csr.h"
using namespace std;
#include "xgboost_R.h"
using namespace xgboost; using namespace xgboost;
extern "C" { extern "C" {