remove include in -I, make things easier to direct compile

This commit is contained in:
tqchen
2015-01-18 21:30:19 -08:00
parent c7282acb2a
commit 1db6449b01
10 changed files with 15 additions and 15 deletions

View File

@@ -2,9 +2,9 @@
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_DEPRECATE
#include <rabit.h>
#include <cstring>
#include <string>
#include "../include/rabit.h"
#include "./rabit_wrapper.h"
namespace rabit {
namespace wrapper {