Filter/Internal: split header

This commit is contained in:
Max Kellermann
2018-01-01 18:48:34 +01:00
parent 5227582e90
commit 551ac56a33
18 changed files with 74 additions and 42 deletions

View File

@@ -21,7 +21,8 @@
#include "AutoConvertFilterPlugin.hxx"
#include "ConvertFilterPlugin.hxx"
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "filter/FilterRegistry.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"

View File

@@ -19,7 +19,8 @@
#include "config.h"
#include "ChainFilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
#include "util/StringBuffer.hxx"

View File

@@ -19,7 +19,8 @@
#include "config.h"
#include "ConvertFilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "pcm/PcmConvert.hxx"
#include "util/Manual.hxx"
#include "util/ConstBuffer.hxx"

View File

@@ -20,7 +20,8 @@
#include "config.h"
#include "NormalizeFilterPlugin.hxx"
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "filter/FilterRegistry.hxx"
#include "pcm/PcmBuffer.hxx"
#include "AudioFormat.hxx"

View File

@@ -26,7 +26,8 @@
#include "config.h"
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "filter/FilterRegistry.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"

View File

@@ -19,7 +19,8 @@
#include "config.h"
#include "ReplayGainFilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "AudioFormat.hxx"
#include "ReplayGainInfo.hxx"
#include "ReplayGainConfig.hxx"

View File

@@ -44,7 +44,8 @@
#include "config/Block.hxx"
#include "AudioFormat.hxx"
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "filter/FilterRegistry.hxx"
#include "pcm/PcmBuffer.hxx"
#include "pcm/Silence.hxx"

View File

@@ -19,7 +19,8 @@
#include "config.h"
#include "VolumeFilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "pcm/Volume.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"