From 90226035fa31be5618059b995acf91db8db9cfba Mon Sep 17 00:00:00 2001 From: tqchen Date: Tue, 26 Aug 2014 19:39:34 -0700 Subject: [PATCH] chg r package path back --- R-package/src/xgboost_R.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/R-package/src/xgboost_R.cpp b/R-package/src/xgboost_R.cpp index 76a1f2840..35ea0d096 100644 --- a/R-package/src/xgboost_R.cpp +++ b/R-package/src/xgboost_R.cpp @@ -3,10 +3,10 @@ #include #include #include "xgboost_R.h" -#include "xgboost_wrapper.h" -#include "../src/utils/utils.h" -#include "../src/utils/omp.h" -#include "../src/utils/matrix_csr.h" +#include "../../wrapper/xgboost_wrapper.h" +#include "../../src/utils/utils.h" +#include "../../src/utils/omp.h" +#include "../../src/utils/matrix_csr.h" using namespace xgboost; // implements error handling