third party include fixups

This commit is contained in:
Nikita Smith
2024-11-18 16:17:26 -08:00
parent f0a1deec62
commit 31f536334e
3 changed files with 14 additions and 14 deletions
+5 -5
View File
@@ -17,16 +17,16 @@
#include "base_ext/base_blake3.h"
#include "base_ext/base_blake3.c"
#include "third_party_ext/md5/md5.c"
#include "third_party_ext/md5/md5.h"
#include "third_party_ext/xxHash/xxhash.c"
#include "third_party_ext/xxHash/xxhash.h"
#include "third_party/md5/md5.c"
#include "third_party/md5/md5.h"
#include "third_party/xxHash/xxhash.c"
#include "third_party/xxHash/xxhash.h"
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4789)
#endif
#include "third_party_ext/radsort/radsort.h"
#include "third_party/radsort/radsort.h"
#if defined(_MSC_VER)
#pragma warning(pop)
#endif