aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r--src/DecoderControl.hxx3
1 files changed, 1 insertions, 2 deletions
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 <glib.h>
-
#include <assert.h>
#include <stdint.h>
@@ -39,6 +37,7 @@
struct Song;
class MusicBuffer;
class MusicPipe;
+typedef struct _GThread GThread;
enum class DecoderState : uint8_t {
STOP = 0,