1
0
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:
Peter Nelson
2025-12-07 08:36:58 +00:00
committed by GitHub
parent 9e52df87ad
commit 4b7a3241bf
52 changed files with 3 additions and 61 deletions

View File

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

View File

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

View File

@@ -15,7 +15,6 @@
#include "os_abstraction.h"
#include "tcp.h"
#include "../network_type.h"
#include "../../core/pool_type.hpp"
#include <chrono>
/**

View File

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

View File

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

View File

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

View File

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