MinGW: Remove direct mingw-std-threads includes
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
#include <dmksctrl.h>
|
||||
#include <dmusicc.h>
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "../3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
#include <fluidsynth.h>
|
||||
#include "../mixer.h"
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
|
||||
static struct {
|
||||
fluid_settings_t *settings; ///< FluidSynth settings handle
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "../3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
|
||||
extern std::mutex _music_driver_mutex;
|
||||
|
||||
|
||||
@@ -19,10 +19,6 @@
|
||||
#include "../base_media_base.h"
|
||||
#include "../core/mem_func.hpp"
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "../3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#include "../3rdparty/mingw-std-threads/mingw.condition_variable.h"
|
||||
#endif
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user