1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 01:59:09 +00:00

Codechange: Move includes for common STL headers to stdafx.

This commit is contained in:
2023-05-17 09:08:39 +01:00
committed by PeterN
parent a5cf362886
commit 56085be9bd
72 changed files with 5 additions and 98 deletions

View File

@@ -17,7 +17,6 @@
#include <atomic>
#include <chrono>
#include <map>
#include <thread>
/** The states of sending the packets. */

View File

@@ -16,8 +16,6 @@
#include "../network_coordinator.h"
#include "../network_internal.h"
#include <deque>
#include "../../safeguards.h"
/** List of connections that are currently being created */

View File

@@ -28,8 +28,6 @@
#include "table/strings.h"
#include <deque>
#include "../safeguards.h"
/** The draw buffer must be able to contain the chat message, client name and the "[All]" message,

View File

@@ -51,7 +51,6 @@
#include "../water_cmd.h"
#include "../waypoint_cmd.h"
#include "../script/script_cmd.h"
#include <array>
#include "../safeguards.h"

View File

@@ -13,7 +13,6 @@
#include "core/tcp_coordinator.h"
#include "network_stun.h"
#include "network_turn.h"
#include <map>
/**
* Game Coordinator communication.

View File

@@ -52,8 +52,6 @@
# include <emscripten.h>
#endif
#include <map>
#include "../safeguards.h"
static void ShowNetworkStartServerWindow();