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 <cstring>
#include <cstdio>
#include "xgboost_R.h"
#include "wrapper/xgboost_wrapper.h"
#include "src/utils/utils.h"
#include "src/utils/omp.h"
#include "src/utils/matrix_csr.h"
using namespace std;
#include "xgboost_R.h"
using namespace xgboost;
extern "C" {