From 900784bb4ebd6613223164e222f19abd3a312a93 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 15 Feb 2009 18:33:31 +0100 Subject: decoder_api: moved enum decoder_command to decoder_command.h Minimize header dependencies, again. --- src/decoder_api.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index d0a0f6df..caa61dcf 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -26,6 +26,7 @@ * */ +#include "decoder_command.h" #include "decoder_plugin.h" #include "input_stream.h" #include "replay_gain.h" @@ -34,13 +35,6 @@ #include -enum decoder_command { - DECODE_COMMAND_NONE = 0, - DECODE_COMMAND_START, - DECODE_COMMAND_STOP, - DECODE_COMMAND_SEEK -}; - /** * Notify the player thread that it has finished initialization and -- cgit v1.2.3