Codechange: Remove some unnecessary includes from network files. (#14226)

This commit is contained in:
Peter Nelson
2025-05-07 16:46:14 +01:00
committed by GitHub
parent 22fedca77e
commit c4d033967b
5 changed files with 5 additions and 23 deletions

View File

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