Remove unnecessary include.

And unistd.h is not available on windows.
This commit is contained in:
Matthieu Gautier
2019-06-12 14:07:09 +02:00
parent 7c1d051305
commit 4e746916a7
3 changed files with 5 additions and 14 deletions

View File

@ -29,11 +29,6 @@
#define getcwd _getcwd // stupid MSFT "deprecation" warning
#endif
#ifdef _WIN32
#else
#include <unistd.h>
#endif
#ifdef _WIN32
const std::string SEPARATOR("\\");
#else