diff options
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r-- | src/OutputInternal.hxx | 4 |
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, |