mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +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:
parent
1a93fbcd45
commit
a563f89147
@ -92,9 +92,6 @@ namespace hr { namespace inv { bool on, activating; } }
|
|||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
#include "tour.cpp"
|
#include "tour.cpp"
|
||||||
#endif
|
#endif
|
||||||
#if ISMOBILE==0
|
|
||||||
#include <unistd.h>
|
|
||||||
#endif
|
|
||||||
#include "commandline.cpp"
|
#include "commandline.cpp"
|
||||||
#include "bigstuff.cpp"
|
#include "bigstuff.cpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user