diff options
Diffstat (limited to 'game/server')
| -rw-r--r-- | game/server/main.cc | 2 | ||||
| -rw-r--r-- | game/server/world/worldgen.cc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/game/server/main.cc b/game/server/main.cc index deb0f97..872307b 100644 --- a/game/server/main.cc +++ b/game/server/main.cc @@ -9,11 +9,11 @@ #include "core/resource/resource.hh" #include "core/utils/epoch.hh" +#include "core/threading.hh" #include "core/version.hh" #include "shared/game.hh" #include "shared/protocol.hh" -#include "shared/threading.hh" #include "server/game.hh" #include "server/globals.hh" diff --git a/game/server/world/worldgen.cc b/game/server/world/worldgen.cc index 99e9a78..8b02b52 100644 --- a/game/server/world/worldgen.cc +++ b/game/server/world/worldgen.cc @@ -4,11 +4,12 @@ #include "core/io/cmdline.hh" +#include "core/threading.hh" + #include "shared/world/chunk.hh" #include "shared/world/dimension.hh" #include "shared/protocol.hh" -#include "shared/threading.hh" #include "server/world/inhabited.hh" |
