MinGW: Remove direct mingw-std-threads includes
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
| @@ -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" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan G Rennison
					Jonathan G Rennison