aboutsummaryrefslogtreecommitdiffstats
path: root/src/InotifySource.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 20:14:36 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 22:51:09 +0200
commitdbd88e6aeff46f43504ea64aed49127ff5848b9f (patch)
tree65a8c33206591d362b0c80b2219d50adefc1a356 /src/InotifySource.cxx
parent45418583e9d73f4f0cae52c5726566cf80d9ba42 (diff)
downloadmpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.gz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.xz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.zip
Client, ...: remove unnecessary glib.h include
Diffstat (limited to '')
-rw-r--r--src/InotifySource.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx
index bf292af60..b6d43f657 100644
--- a/src/InotifySource.cxx
+++ b/src/InotifySource.cxx
@@ -25,8 +25,6 @@
#include "system/FatalError.hxx"
#include "Log.hxx"
-#include <glib.h>
-
#include <sys/inotify.h>
#include <unistd.h>