Remove leftover of mingw-std-threads

This commit is contained in:
Hyunjin Song
2024-10-03 20:34:08 +09:00
parent 7782954e6e
commit f54ac456dd
3 changed files with 0 additions and 7 deletions

View File

@@ -4,11 +4,6 @@
#include "NiftyCounter.h"
#if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS)
# include "mingw-std-threads/thread"
# include "mingw-std-threads/mutex"
#endif
namespace lmms::_cdslib
{
void init();

View File

@@ -1 +0,0 @@
#include "mingw.mutex.h"

View File

@@ -1 +0,0 @@
#include "mingw.thread.h"