output/Internal: rename source to Filtered.cxx

This commit is contained in:
Max Kellermann 2017-08-07 21:50:13 +02:00
parent d0157af13e
commit 47c9d6ac64
17 changed files with 18 additions and 18 deletions

View File

@ -1373,7 +1373,7 @@ OUTPUT_LIBS = \
OUTPUT_API_SRC = \
src/output/Client.hxx \
src/output/OutputAPI.hxx \
src/output/Internal.cxx src/output/Internal.hxx \
src/output/Filtered.cxx src/output/Filtered.hxx \
src/output/Wrapper.hxx \
src/output/Registry.cxx src/output/Registry.hxx \
src/output/MultipleOutputs.cxx src/output/MultipleOutputs.hxx \

View File

@ -22,7 +22,7 @@
#include "MixerControl.hxx"
#include "MixerInternal.hxx"
#include "MixerList.hxx"
#include "output/Internal.hxx"
#include "output/Filtered.hxx"
#include "pcm/Volume.hxx"
#include "Log.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "Control.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "OutputPlugin.hxx"
#include "Domain.hxx"
#include "mixer/MixerControl.hxx"

View File

@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "OutputPlugin.hxx"
#include "Domain.hxx"
#include "Log.hxx"

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_OUTPUT_INTERNAL_HXX
#define MPD_OUTPUT_INTERNAL_HXX
#ifndef MPD_FILTERED_AUDIO_OUTPUT_HXX
#define MPD_FILTERED_AUDIO_OUTPUT_HXX
#include "AudioFormat.hxx"
#include "filter/Observer.hxx"

View File

@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "OutputPlugin.hxx"
#include "mixer/MixerControl.hxx"
#include "filter/FilterInternal.hxx"

View File

@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Registry.hxx"
#include "Domain.hxx"
#include "OutputAPI.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Domain.hxx"
#include "MusicBuffer.hxx"
#include "MusicPipe.hxx"

View File

@ -23,7 +23,7 @@
// IWYU pragma: begin_exports
#include "OutputPlugin.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "config/Block.hxx"

View File

@ -27,7 +27,7 @@
#include "config.h"
#include "OutputCommand.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Client.hxx"
#include "player/Control.hxx"
#include "mixer/MixerControl.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "OutputPlugin.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
FilteredAudioOutput *
ao_plugin_init(EventLoop &event_loop,

View File

@ -25,7 +25,7 @@
#include "config.h"
#include "Print.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "client/Response.hxx"
void

View File

@ -25,7 +25,7 @@
#include "config.h"
#include "State.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Domain.hxx"
#include "Log.hxx"
#include "fs/io/BufferedOutputStream.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "Control.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Client.hxx"
#include "OutputPlugin.hxx"
#include "Domain.hxx"

View File

@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_WRAPPER_HXX
#define MPD_OUTPUT_WRAPPER_HXX
#include "Internal.hxx"
#include "Filtered.hxx"
#include "util/Cast.hxx"
#include <chrono>

View File

@ -27,7 +27,7 @@
#include "HttpdClient.hxx"
#include "output/Wrapper.hxx"
#include "output/Internal.hxx"
#include "output/Filtered.hxx"
#include "output/Timer.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"

View File

@ -18,7 +18,7 @@
*/
#include "config.h"
#include "output/Internal.hxx"
#include "output/Filtered.hxx"
#include "output/OutputPlugin.hxx"
#include "config/Param.hxx"
#include "config/ConfigGlobal.hxx"