aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerData.h')
-rw-r--r--src/playerData.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 0695c95ea..81b80cf7d 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -20,12 +20,10 @@
#define PLAYER_DATA_H
#include "player.h"
-#include "decode.h"
#include "outputBuffer.h"
extern unsigned int buffered_before_play;
extern PlayerControl pc;
-extern DecoderControl dc;
extern OutputBuffer ob;
void initPlayerData(void);