Changeset - r25281:5e55c64244ef
[Not reviewed]
master
0 1 0
rubidium42 - 3 years ago 2021-04-27 09:20:27
rubidium@openttd.org
Codechange: [Network] Do not leak os_abstraction.h via base_media_func.h
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/base_media_func.h
Show inline comments
 
@@ -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)
 
{
0 comments (0 inline, 0 general)