Squashed 'subtree/rabit/' changes from c7282ac..1db6449

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

git-subtree-dir: subtree/rabit
git-subtree-split: 1db6449b01
This commit is contained in:
tqchen
2015-01-18 21:31:16 -08:00
parent d87691ec60
commit 81749e6b63
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 {