diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-02 22:36:32 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-02 22:49:55 +0200 |
commit | 089615a01e9f5f2384d797974d79cde2bbf5ae8a (patch) | |
tree | f41d8707abae1cb5d098a950cac52a4e5fc82e6f | |
parent | 52bee8f81fe749c37030ee3095471d8c2f0d8ab4 (diff) |
decoder/mad: include cleanup
-rw-r--r-- | src/decoder/plugins/MadDecoderPlugin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/plugins/MadDecoderPlugin.cxx b/src/decoder/plugins/MadDecoderPlugin.cxx index 5f97c4f91..f8230ce69 100644 --- a/src/decoder/plugins/MadDecoderPlugin.cxx +++ b/src/decoder/plugins/MadDecoderPlugin.cxx @@ -21,10 +21,8 @@ #include "MadDecoderPlugin.hxx" #include "../DecoderAPI.hxx" #include "input/InputStream.hxx" -#include "config/Block.hxx" #include "tag/Id3Scan.hxx" #include "tag/Id3ReplayGain.hxx" -#include "tag/Rva2.hxx" #include "tag/Handler.hxx" #include "tag/ReplayGain.hxx" #include "tag/MixRamp.hxx" @@ -40,8 +38,6 @@ #include <id3tag.h> #endif -#include <stdexcept> - #include <assert.h> #include <stdlib.h> #include <stdio.h> |