aboutsummaryrefslogtreecommitdiff
path: root/src/InotifySource.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/InotifySource.hxx
parent378ebad1c8d7079b41319600f13c1c884d6c693a (diff)
TagPool, ...: include cleanup
Diffstat (limited to 'src/InotifySource.hxx')
-rw-r--r--src/InotifySource.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InotifySource.hxx b/src/InotifySource.hxx
index d174cc86..e8f9ff03 100644
--- a/src/InotifySource.hxx
+++ b/src/InotifySource.hxx
@@ -24,8 +24,6 @@
#include "gerror.h"
#include "gcc.h"
-#include <glib.h>
-
typedef void (*mpd_inotify_callback_t)(int wd, unsigned mask,
const char *name, void *ctx);