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
1 changed files with 1 additions and 1 deletions

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)
{