aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.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/GlobalEvents.cxx
parent45418583e9d73f4f0cae52c5726566cf80d9ba42 (diff)
downloadmpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.gz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.xz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.zip
Client, ...: remove unnecessary glib.h include
Diffstat (limited to 'src/GlobalEvents.cxx')
-rw-r--r--src/GlobalEvents.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GlobalEvents.cxx b/src/GlobalEvents.cxx
index 9e0509d40..0a9354bec 100644
--- a/src/GlobalEvents.cxx
+++ b/src/GlobalEvents.cxx
@@ -26,7 +26,6 @@
#include <atomic>
#include <assert.h>
-#include <glib.h>
namespace GlobalEvents {
class Monitor final : public DeferredMonitor {