mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r11702) -Codechange: move all date related stuff to date*.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "config.h"
|
||||
#include "../../date.h"
|
||||
#include "../../newgrf_config.h"
|
||||
#include "../../date_type.h"
|
||||
|
||||
/**
|
||||
* This is the struct used by both client and server
|
||||
|
@@ -11,6 +11,7 @@
|
||||
#include "../../core/bitmath_func.hpp"
|
||||
#include "../../core/math_func.hpp"
|
||||
#include "../../core/alloc_func.hpp"
|
||||
#include "../../date_func.h"
|
||||
#include "packet.h"
|
||||
#include "udp.h"
|
||||
|
||||
|
@@ -14,7 +14,7 @@ extern const char _openttd_revision[];
|
||||
#include "../map_func.h"
|
||||
#include "../command_func.h"
|
||||
#include "../variables.h"
|
||||
#include "../date.h"
|
||||
#include "../date_func.h"
|
||||
#include "../newgrf_config.h"
|
||||
#include "table/strings.h"
|
||||
#include "network_client.h"
|
||||
|
@@ -8,7 +8,6 @@
|
||||
#include "../openttd.h"
|
||||
#include "network_data.h"
|
||||
#include "core/tcp.h"
|
||||
#include "../date.h"
|
||||
#include "table/strings.h"
|
||||
#include "network_client.h"
|
||||
#include "network_gamelist.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include "../strings_func.h"
|
||||
#include "../table/sprites.h"
|
||||
#include "network.h"
|
||||
#include "../date.h"
|
||||
#include "../date_func.h"
|
||||
|
||||
#include "../fios.h"
|
||||
#include "table/strings.h"
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include "core/tcp.h"
|
||||
#include "../train.h"
|
||||
#include "../aircraft.h"
|
||||
#include "../date.h"
|
||||
#include "../date_func.h"
|
||||
#include "table/strings.h"
|
||||
#include "network_server.h"
|
||||
#include "network_udp.h"
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#include "../debug.h"
|
||||
#include "../string.h"
|
||||
#include "network_data.h"
|
||||
#include "../date.h"
|
||||
#include "../date_func.h"
|
||||
#include "../map_func.h"
|
||||
#include "network_gamelist.h"
|
||||
#include "network_udp.h"
|
||||
|
Reference in New Issue
Block a user