mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Remove some unnecessary includes from network files. (#14226)
parent
22fedca77e
commit
c4d033967b
|
@ -11,12 +11,10 @@
|
|||
*/
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
|
||||
#include "../window_func.h"
|
||||
#include "network_internal.h"
|
||||
#include "network_udp.h"
|
||||
#include "network_gamelist.h"
|
||||
#include <atomic>
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
|
|
@ -8,12 +8,10 @@
|
|||
/** @file network_query.cpp Query part of the network protocol. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "core/network_game_info.h"
|
||||
#include "network_query.h"
|
||||
#include "network_gamelist.h"
|
||||
#include "../error.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
/** @file network_stun.cpp STUN sending/receiving part of the network protocol. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "../debug.h"
|
||||
#include "network.h"
|
||||
#include "network_coordinator.h"
|
||||
#include "network_stun.h"
|
||||
|
||||
|
|
|
@ -8,14 +8,11 @@
|
|||
/** @file network_turn.cpp TURN sending/receiving part of the network protocol. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "../debug.h"
|
||||
#include "../error.h"
|
||||
#include "../strings_func.h"
|
||||
#include "network_coordinator.h"
|
||||
#include "network_turn.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
/** Connect to the TURN server. */
|
||||
|
|
|
@ -13,21 +13,10 @@
|
|||
*/
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../timer/timer_game_calendar.h"
|
||||
#include "../map_func.h"
|
||||
|
||||
#include "../debug.h"
|
||||
#include "core/network_game_info.h"
|
||||
#include "network_gamelist.h"
|
||||
#include "network_internal.h"
|
||||
#include "network_udp.h"
|
||||
#include "network.h"
|
||||
#include "../core/endian_func.hpp"
|
||||
#include "../company_base.h"
|
||||
#include "../rev.h"
|
||||
#include "../newgrf_text.h"
|
||||
#include "../strings_func.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "core/udp.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue