MinGW: Remove direct mingw-std-threads includes

This commit is contained in:
Jonathan G Rennison
2023-12-13 21:08:13 +00:00
parent ba7d2c92d2
commit ea3b991f72
25 changed files with 0 additions and 90 deletions

View File

@@ -15,10 +15,6 @@
#include <thread>
#include <windows.h>
#if defined(__MINGW32__)
#include "../../3rdparty/mingw-std-threads/mingw.thread.h"
#endif
#include "../../safeguards.h"
extern std::string SurveyMemoryToText(uint64_t memory);

View File

@@ -34,10 +34,6 @@
#include <array>
#include <map>
#include <mutex>
#if defined(__MINGW32__)
#include "../../3rdparty/mingw-std-threads/mingw.mutex.h"
#endif
#include "../../safeguards.h"