1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Eliminate an unnecessary <unistd.h> for the benefit of MSVC.

It's still conditionally included under `CAP_SAVE`, so I think
this won't break any non-MSVC platform.
This commit is contained in:
Arthur O'Dwyer 2018-06-27 15:57:29 -07:00
parent 1a93fbcd45
commit a563f89147

View File

@ -92,9 +92,6 @@ namespace hr { namespace inv { bool on, activating; } }
#if CAP_TOUR
#include "tour.cpp"
#endif
#if ISMOBILE==0
#include <unistd.h>
#endif
#include "commandline.cpp"
#include "bigstuff.cpp"