Commit 47c9d6ac authored by Max Kellermann's avatar Max Kellermann

output/Internal: rename source to Filtered.cxx

parent d0157af1
......@@ -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 \
......
......@@ -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"
......
......@@ -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"
......
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "OutputPlugin.hxx"
#include "Domain.hxx"
#include "Log.hxx"
......
......@@ -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"
......
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "OutputPlugin.hxx"
#include "mixer/MixerControl.hxx"
#include "filter/FilterInternal.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "Registry.hxx"
#include "Domain.hxx"
#include "OutputAPI.hxx"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -19,7 +19,7 @@
#include "config.h"
#include "OutputPlugin.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
FilteredAudioOutput *
ao_plugin_init(EventLoop &event_loop,
......
......@@ -25,7 +25,7 @@
#include "config.h"
#include "Print.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Filtered.hxx"
#include "client/Response.hxx"
void
......
......@@ -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"
......
......@@ -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"
......
......@@ -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>
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment