summaryrefslogtreecommitdiff
path: root/src/playlist/PlaylistMapper.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-07 19:23:01 +0200
committerMax Kellermann <max@musicpd.org>2019-05-07 19:23:01 +0200
commit0a0cc66e8f9eb1646b54262cf233fc8ce20389af (patch)
treeabcdaf4a5dbaf343e9c0898db70e60d25a14936e /src/playlist/PlaylistMapper.hxx
parent1b5c1f75a401623cd279466dcb99f8e718d8c7c4 (diff)
thread/Mutex: use `using` instead of making it a derived class
Prepare the transition to std::mutex.
Diffstat (limited to 'src/playlist/PlaylistMapper.hxx')
-rw-r--r--src/playlist/PlaylistMapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/PlaylistMapper.hxx b/src/playlist/PlaylistMapper.hxx
index d4e5072f5..cb1af5d23 100644
--- a/src/playlist/PlaylistMapper.hxx
+++ b/src/playlist/PlaylistMapper.hxx
@@ -20,11 +20,11 @@
#ifndef MPD_PLAYLIST_MAPPER_HXX
#define MPD_PLAYLIST_MAPPER_HXX
+#include "thread/Mutex.hxx"
#include "config.h"
#include <memory>
-class Mutex;
class SongEnumerator;
class Storage;