aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-27 22:56:30 +0200
committerMax Kellermann <max@duempel.org>2013-09-27 23:00:23 +0200
commitccd7f0825acb031259330d32c54e61fc7f9ba7b1 (patch)
tree315f4d8e4dc2cae5e7bc07efce5fb414a4a8e502 /src/OutputInternal.hxx
parentd0896ea7c4bf7708ea24c7beb81b16776b446a6e (diff)
downloadmpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.tar.gz
mpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.tar.xz
mpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.zip
DecoderControl: use GLib forward declarations
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r--src/OutputInternal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx
index fac25aa3c..7e615290e 100644
--- a/src/OutputInternal.hxx
+++ b/src/OutputInternal.hxx
@@ -25,14 +25,14 @@
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
-#include <glib.h>
-
#include <time.h>
class Error;
class Filter;
class MusicPipe;
struct config_param;
+typedef struct _GThread GThread;
+typedef struct _GTimer GTimer;
enum audio_output_command {
AO_COMMAND_NONE = 0,