1
0
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:
rubidium
2007-12-26 13:50:40 +00:00
parent 2786d789a1
commit b9046c97fb
75 changed files with 88 additions and 87 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"