1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

Codechange: [Network] Do not leak os_abstraction.h via base_media_func.h

This commit is contained in:
rubidium42
2021-04-27 11:20:27 +02:00
committed by Charles Pigott
parent 84985c1223
commit 8c2e3a004e

View File

@@ -274,7 +274,7 @@ template <class Tbase_set>
return p;
}
#include "network/network_content.h"
#include "network/core/tcp_content_type.h"
template <class Tbase_set> const char *TryGetBaseSetFile(const ContentInfo *ci, bool md5sum, const Tbase_set *s)
{