thread/Mutex: use using instead of making it a derived class
Prepare the transition to std::mutex.
This commit is contained in:
@@ -45,7 +45,6 @@ struct FilteredAudioOutput;
|
||||
struct MusicChunk;
|
||||
struct ConfigBlock;
|
||||
class MusicPipe;
|
||||
class Mutex;
|
||||
class Mixer;
|
||||
class AudioOutputClient;
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "ReplayGainMode.hxx"
|
||||
#include "pcm/PcmBuffer.hxx"
|
||||
#include "pcm/PcmDither.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "util/ConstBuffer.hxx"
|
||||
|
||||
#include <utility>
|
||||
@@ -36,7 +37,6 @@
|
||||
|
||||
struct MusicChunk;
|
||||
struct Tag;
|
||||
class Mutex;
|
||||
class Filter;
|
||||
class PreparedFilter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user