mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 21:19:10 +00:00
(svn r2673) Include functions.h directly, not globally via openttd.h
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "functions.h"
|
||||
#include "network_data.h"
|
||||
#include "network_gamelist.h"
|
||||
#include "window.h"
|
||||
#include "gui.h"
|
||||
#include "gfx.h"
|
||||
#include "command.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "network_server.h"
|
||||
#include "network_udp.h"
|
||||
|
Reference in New Issue
Block a user