aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistMapper.hxx')
-rw-r--r--src/PlaylistMapper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PlaylistMapper.hxx b/src/PlaylistMapper.hxx
index b966e6c39..69ed01d02 100644
--- a/src/PlaylistMapper.hxx
+++ b/src/PlaylistMapper.hxx
@@ -20,9 +20,8 @@
#ifndef MPD_PLAYLIST_MAPPER_HXX
#define MPD_PLAYLIST_MAPPER_HXX
-#include "thread/Mutex.hxx"
-#include "thread/Cond.hxx"
-
+class Mutex;
+class Cond;
class SongEnumerator;
struct input_stream;