1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-06 03:52:37 +01:00

(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.

This commit is contained in:
rubidium
2008-12-23 11:06:52 +00:00
parent d501a20065
commit 9476a49763
10 changed files with 48 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
#include "variables.h"
#include "network/network.h"
#include "network/network_func.h"
#include "network/network_base.h"
#include "command_func.h"
#include "settings_func.h"
#include "fios.h"