thread/Mutex: use using instead of making it a derived class
Prepare the transition to std::mutex.
This commit is contained in:
+1
-2
@@ -25,12 +25,11 @@
|
||||
#ifndef MPD_AIFF_HXX
|
||||
#define MPD_AIFF_HXX
|
||||
|
||||
#include <mutex>
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
class InputStream;
|
||||
class Mutex;
|
||||
|
||||
/**
|
||||
* Seeks the AIFF file to the ID3 chunk.
|
||||
|
||||
+1
-2
@@ -25,11 +25,10 @@
|
||||
#ifndef MPD_RIFF_HXX
|
||||
#define MPD_RIFF_HXX
|
||||
|
||||
#include <mutex>
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
class Mutex;
|
||||
class InputStream;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user