From 089615a01e9f5f2384d797974d79cde2bbf5ae8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 2 Aug 2019 22:36:32 +0200 Subject: [PATCH] decoder/mad: include cleanup --- src/decoder/plugins/MadDecoderPlugin.cxx | 4 ---- 1 file changed, 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 #endif -#include - #include #include #include