diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/decode.h b/src/decode.h index 702c0322d..32da5ec3d 100644 --- a/src/decode.h +++ b/src/decode.h @@ -19,17 +19,11 @@ #ifndef DECODE_H #define DECODE_H -#include "../config.h" -#include "path.h" -#include "tag.h" #include "song.h" -#include "mpd_types.h" #include "audio.h" #include "notify.h" -#include "os_compat.h" - #define DECODE_TYPE_FILE 0 #define DECODE_TYPE_URL 1 |