thread/Mutex: use using instead of making it a derived class

Prepare the transition to std::mutex.
This commit is contained in:
Max Kellermann
2019-05-07 19:23:01 +02:00
parent 1b5c1f75a4
commit 0a0cc66e8f
19 changed files with 21 additions and 25 deletions

View File

@@ -21,9 +21,9 @@
#define MPD_INPUT_LOCAL_OPEN_HXX
#include "Ptr.hxx"
#include "thread/Mutex.hxx"
class Path;
class Mutex;
/**
* Open a "local" file. This is a wrapper for the input plugins