remove cstdio

This commit is contained in:
tqchen 2014-11-14 14:37:13 -08:00
parent b66bcb7974
commit 076159cf7a

View File

@ -6,11 +6,6 @@
* \brief a C style wrapper of xgboost
* can be used to create wrapper of other languages
*/
#ifdef __cplusplus
#include <cstdio>
#else
#include <stdio.h>
#endif
#ifdef _MSC_VER
#define XGB_DLL __declspec(dllexport)
#else