mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
This commit is contained in:
@@ -11,7 +11,7 @@ extern const char _openttd_revision[];
|
||||
#include "../debug.h"
|
||||
#include "../string.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../map.h"
|
||||
#include "../map_func.h"
|
||||
#include "../command_func.h"
|
||||
#include "../variables.h"
|
||||
#include "../date.h"
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include "../string.h"
|
||||
#include "network_data.h"
|
||||
#include "../date.h"
|
||||
#include "../map.h"
|
||||
#include "../map_func.h"
|
||||
#include "network_gamelist.h"
|
||||
#include "network_udp.h"
|
||||
#include "../variables.h"
|
||||
|
Reference in New Issue
Block a user