mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +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
|
||||
#include "tour.cpp"
|
||||
#endif
|
||||
#if ISMOBILE==0
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "commandline.cpp"
|
||||
#include "bigstuff.cpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user