diff options
author | Max Kellermann <max@duempel.org> | 2013-10-02 12:16:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-02 12:16:52 +0200 |
commit | efc3a69dbf17affd067d25d0f89bf09aacb3aa8e (patch) | |
tree | 621bd1675105f05aad87a7a36e3712aaaca02dc5 /src/Stats.hxx | |
parent | ec883e1901cb14c1719345b47e8e2ba4a0f925b4 (diff) | |
download | mpd-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/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index 384179242..1827b8847 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -20,9 +20,8 @@ #ifndef MPD_STATS_HXX #define MPD_STATS_HXX -#include <glib.h> - class Client; +typedef struct _GTimer GTimer; struct stats { GTimer *timer; |