aboutsummaryrefslogtreecommitdiffstats
path: root/src/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-02 12:16:52 +0200
committerMax Kellermann <max@duempel.org>2013-10-02 12:16:52 +0200
commitefc3a69dbf17affd067d25d0f89bf09aacb3aa8e (patch)
tree621bd1675105f05aad87a7a36e3712aaaca02dc5 /src/OtherCommands.cxx
parentec883e1901cb14c1719345b47e8e2ba4a0f925b4 (diff)
downloadmpd-efc3a69dbf17affd067d25d0f89bf09aacb3aa8e.tar.gz
mpd-efc3a69dbf17affd067d25d0f89bf09aacb3aa8e.tar.xz
mpd-efc3a69dbf17affd067d25d0f89bf09aacb3aa8e.zip
Stats: don't include glib.h in header
Use forward declaration instead.
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r--src/OtherCommands.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx
index e22c8d093..52899d184 100644
--- a/src/OtherCommands.cxx
+++ b/src/OtherCommands.cxx
@@ -47,6 +47,8 @@
#include "StickerDatabase.hxx"
#endif
+#include <glib.h>
+
#include <assert.h>
#include <string.h>