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_control.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/decoder_control.h') diff --git a/src/decoder_control.h b/src/decoder_control.h index 542cfe78a..d1d0625e1 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -20,8 +20,7 @@ #ifndef MPD_DECODER_CONTROL_H #define MPD_DECODER_CONTROL_H -#include "decoder_api.h" - +#include "decoder_command.h" #include "audio_format.h" #include "notify.h" -- cgit v1.2.3