diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/wavpack_decoder_plugin.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder/wavpack_decoder_plugin.c b/src/decoder/wavpack_decoder_plugin.c index 9ebd0fccc..0ef807e0d 100644 --- a/src/decoder/wavpack_decoder_plugin.c +++ b/src/decoder/wavpack_decoder_plugin.c @@ -20,9 +20,7 @@ #include "config.h" #include "decoder_api.h" #include "audio_check.h" -#include "path.h" #include "utils.h" -#include "tag_table.h" #include "tag_handler.h" #include "tag_ape.h" @@ -30,7 +28,6 @@ #include <glib.h> #include <assert.h> -#include <unistd.h> #include <stdio.h> #include <stdlib.h> |