DecoderControl: use GLib forward declarations

This commit is contained in:
Max Kellermann
2013-09-27 22:56:30 +02:00
parent d0896ea7c4
commit ccd7f0825a
9 changed files with 16 additions and 6 deletions

@ -20,10 +20,9 @@
#ifndef MPD_MAIN_HXX
#define MPD_MAIN_HXX
#include <glib.h>
class EventLoop;
struct Instance;
typedef struct _GThread GThread;
extern GThread *main_task;