MinGW: Remove direct mingw-std-threads includes
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
#include "os_abstraction.h"
|
||||
#include "../../string_func.h"
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "../../3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
|
@@ -22,9 +22,6 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <thread>
|
||||
#if defined(__MINGW32__)
|
||||
#include "3rdparty/mingw-std-threads/mingw.thread.h"
|
||||
#endif
|
||||
|
||||
/** The states of sending the packets. */
|
||||
enum SendPacketsState {
|
||||
|
Reference in New Issue
Block a user