diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
commit | 5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 (patch) | |
tree | 32094f443903b1c128f2336278f120f896091001 /src/PlaylistRegistry.hxx | |
parent | 378ebad1c8d7079b41319600f13c1c884d6c693a (diff) | |
download | mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.tar.gz mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.tar.xz mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.zip |
TagPool, ...: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistRegistry.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlaylistRegistry.hxx b/src/PlaylistRegistry.hxx index a9fc56dcf..7c34c1565 100644 --- a/src/PlaylistRegistry.hxx +++ b/src/PlaylistRegistry.hxx @@ -23,10 +23,6 @@ #include "thread/Mutex.hxx" #include "thread/Cond.hxx" -#include <glib.h> - -#include <stdbool.h> - struct playlist_provider; struct input_stream; |