aboutsummaryrefslogtreecommitdiff
path: root/src/SongSticker.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 22:53:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 22:53:12 +0100
commit5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 (patch)
tree32094f443903b1c128f2336278f120f896091001 /src/SongSticker.hxx
parent378ebad1c8d7079b41319600f13c1c884d6c693a (diff)
TagPool, ...: include cleanup
Diffstat (limited to 'src/SongSticker.hxx')
-rw-r--r--src/SongSticker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SongSticker.hxx b/src/SongSticker.hxx
index fd25af4c..07539b40 100644
--- a/src/SongSticker.hxx
+++ b/src/SongSticker.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_SONG_STICKER_HXX
#define MPD_SONG_STICKER_HXX
-#include <glib.h>
+#include "gerror.h"
struct song;
struct Directory;
@@ -77,7 +77,7 @@ sticker_song_get(const struct song *song);
bool
sticker_song_find(Directory *directory, const char *name,
void (*func)(struct song *song, const char *value,
- gpointer user_data),
- gpointer user_data);
+ void *user_data),
+ void *user_data);
#endif