mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 19:54:06 +01:00
Codechange: Remove unnecessary 'core' includes. (#14867)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "../../stdafx.h"
|
||||
#include "network_game_info.h"
|
||||
#include "../../core/bitmath_func.hpp"
|
||||
#include "../../company_base.h"
|
||||
#include "../../timer/timer_game_calendar.h"
|
||||
#include "../../timer/timer_game_tick.h"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "os_abstraction.h"
|
||||
#include "tcp.h"
|
||||
#include "../network_type.h"
|
||||
#include "../../core/pool_type.hpp"
|
||||
|
||||
/**
|
||||
* Enum with types of TCP packets specific to the admin network.
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "os_abstraction.h"
|
||||
#include "tcp.h"
|
||||
#include "../network_type.h"
|
||||
#include "../../core/pool_type.hpp"
|
||||
#include <chrono>
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include "../network.h"
|
||||
#include "../network_func.h"
|
||||
#include "../network_internal.h"
|
||||
#include "../../core/pool_type.hpp"
|
||||
#include "../../debug.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "../core/string_consumer.hpp"
|
||||
#include "../strings_func.h"
|
||||
#include "../command_func.h"
|
||||
#include "../timer/timer_game_tick.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include "../town.h"
|
||||
#include "../window_func.h"
|
||||
#include "../toolbar_gui.h"
|
||||
#include "../core/geometry_func.hpp"
|
||||
#include "../zoom_func.h"
|
||||
#include "../timer/timer.h"
|
||||
#include "../timer/timer_window.h"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "network_gui.h"
|
||||
#include "../core/string_consumer.hpp"
|
||||
#include "../saveload/saveload.h"
|
||||
#include "../saveload/saveload_filter.h"
|
||||
#include "../command_func.h"
|
||||
|
||||
Reference in New Issue
Block a user