diff options
author | Max Kellermann <max@duempel.org> | 2009-02-15 17:48:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-15 17:48:37 +0100 |
commit | a28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea (patch) | |
tree | a1c05d48059f9dd3e490f78ff3dc0ff18399b952 /src/decoder_internal.h | |
parent | 92c203d7056df229d5289e6c7d1f1000dbc7ce95 (diff) | |
download | mpd-a28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea.tar.gz mpd-a28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea.tar.xz mpd-a28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea.zip |
decoder_api: moved struct decoder_plugin to decoder_plugin.h
The decoder_plugin struct is used by both the MPD core and the decoder
plugin implementations. Move it to a shared header file, to minimize
header dependencies.
Diffstat (limited to '')
-rw-r--r-- | src/decoder_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index ea9106c8b..53b6b5cf3 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -19,7 +19,6 @@ #ifndef MPD_DECODER_INTERNAL_H #define MPD_DECODER_INTERNAL_H -#include "decoder_api.h" #include "pcm_convert.h" struct decoder { |