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:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <map>
|
||||
#include <thread>
|
||||
|
||||
/** The states of sending the packets. */
|
||||
|
@@ -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 */
|
||||
|
@@ -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,
|
||||
|
@@ -51,7 +51,6 @@
|
||||
#include "../water_cmd.h"
|
||||
#include "../waypoint_cmd.h"
|
||||
#include "../script/script_cmd.h"
|
||||
#include <array>
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
@@ -13,7 +13,6 @@
|
||||
#include "core/tcp_coordinator.h"
|
||||
#include "network_stun.h"
|
||||
#include "network_turn.h"
|
||||
#include <map>
|
||||
|
||||
/**
|
||||
* Game Coordinator communication.
|
||||
|
@@ -52,8 +52,6 @@
|
||||
# include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
static void ShowNetworkStartServerWindow();
|
||||
|
Reference in New Issue
Block a user