summaryrefslogtreecommitdiff
path: root/src/network/network_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_client.h')
-rw-r--r--src/network/network_client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/network_client.h b/src/network/network_client.h
index 23878b506..5e9988d9a 100644
--- a/src/network/network_client.h
+++ b/src/network/network_client.h
@@ -12,8 +12,6 @@
#ifndef NETWORK_CLIENT_H
#define NETWORK_CLIENT_H
-#ifdef ENABLE_NETWORK
-
#include "network_internal.h"
/** Class for handling the client side of the game connection. */
@@ -118,6 +116,4 @@ extern CompanyID _network_join_as;
extern const char *_network_join_server_password;
extern const char *_network_join_company_password;
-#endif /* ENABLE_NETWORK */
-
#endif /* NETWORK_CLIENT_H */