summaryrefslogtreecommitdiff
path: root/src/network/core/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/game.h')
-rw-r--r--src/network/core/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/game.h b/src/network/core/game.h
index ab94481db..c82c5aefe 100644
--- a/src/network/core/game.h
+++ b/src/network/core/game.h
@@ -15,12 +15,12 @@
#ifndef NETWORK_CORE_GAME_H
#define NETWORK_CORE_GAME_H
-#ifdef ENABLE_NETWORK
-
#include "config.h"
#include "../../newgrf_config.h"
#include "../../date_type.h"
+#ifdef ENABLE_NETWORK
+
/**
* The game information that is not generated on-the-fly and has to
* be sent to the clients.