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