diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 20:14:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 22:51:09 +0200 |
commit | dbd88e6aeff46f43504ea64aed49127ff5848b9f (patch) | |
tree | 65a8c33206591d362b0c80b2219d50adefc1a356 /src/InotifySource.cxx | |
parent | 45418583e9d73f4f0cae52c5726566cf80d9ba42 (diff) | |
download | mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.gz mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.xz mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.zip |
Client, ...: remove unnecessary glib.h include
Diffstat (limited to '')
-rw-r--r-- | src/InotifySource.cxx | 2 |
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> |