From ccd7f0825acb031259330d32c54e61fc7f9ba7b1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 27 Sep 2013 22:56:30 +0200 Subject: DecoderControl: use GLib forward declarations --- src/DecoderControl.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/DecoderControl.hxx') diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index 3885305a7..a787242e1 100644 --- a/src/DecoderControl.hxx +++ b/src/DecoderControl.hxx @@ -26,8 +26,6 @@ #include "thread/Cond.hxx" #include "util/Error.hxx" -#include - #include #include @@ -39,6 +37,7 @@ struct Song; class MusicBuffer; class MusicPipe; +typedef struct _GThread GThread; enum class DecoderState : uint8_t { STOP = 0, -- cgit v1.2.3