Commit 68b79f97 authored by Max Kellermann's avatar Max Kellermann

output: rename source files

parent 815d7206
......@@ -960,18 +960,18 @@ OUTPUT_LIBS = \
OUTPUT_API_SRC = \
src/output/OutputAPI.hxx \
src/output/OutputInternal.hxx \
src/output/OutputList.cxx src/output/OutputList.hxx \
src/output/Internal.hxx \
src/output/Registry.cxx src/output/Registry.hxx \
src/output/MultipleOutputs.cxx src/output/MultipleOutputs.hxx \
src/output/OutputThread.cxx src/output/OutputThread.hxx \
src/output/OutputError.cxx src/output/OutputError.hxx \
src/output/Domain.cxx src/output/Domain.hxx \
src/output/OutputControl.cxx src/output/OutputControl.hxx \
src/output/OutputState.cxx src/output/OutputState.hxx \
src/output/OutputPrint.cxx src/output/OutputPrint.hxx \
src/output/OutputCommand.cxx src/output/OutputCommand.hxx \
src/output/OutputPlugin.cxx src/output/OutputPlugin.hxx \
src/output/OutputFinish.cxx \
src/output/OutputInit.cxx
src/output/Finish.cxx \
src/output/Init.cxx
liboutput_plugins_a_SOURCES = \
src/output/plugins/NullOutputPlugin.cxx \
......@@ -1590,8 +1590,8 @@ test_run_output_SOURCES = test/run_output.cxx \
src/AudioParser.cxx \
src/Timer.cxx \
src/Page.cxx \
src/output/OutputError.cxx \
src/output/OutputInit.cxx src/output/OutputFinish.cxx src/output/OutputList.cxx \
src/output/Domain.cxx \
src/output/Init.cxx src/output/Finish.cxx src/output/Registry.cxx \
src/output/OutputPlugin.cxx \
src/mixer/MixerControl.cxx \
src/mixer/MixerType.cxx \
......
......@@ -27,7 +27,7 @@
#include "db/DatabasePlugin.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "output/OutputList.hxx"
#include "output/Registry.hxx"
#include "output/OutputPlugin.hxx"
#include "input/Registry.hxx"
#include "input/InputPlugin.hxx"
......
......@@ -22,7 +22,7 @@
#include "MixerControl.hxx"
#include "MixerInternal.hxx"
#include "MixerList.hxx"
#include "output/OutputInternal.hxx"
#include "output/Internal.hxx"
#include "pcm/Volume.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
......
......@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "OutputError.hxx"
#include "Domain.hxx"
#include "util/Domain.hxx"
const Domain output_domain("output");
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "OutputPlugin.hxx"
#include "mixer/MixerControl.hxx"
#include "filter/FilterInternal.hxx"
......
......@@ -18,9 +18,9 @@
*/
#include "config.h"
#include "OutputInternal.hxx"
#include "OutputList.hxx"
#include "OutputError.hxx"
#include "Internal.hxx"
#include "Registry.hxx"
#include "Domain.hxx"
#include "OutputAPI.hxx"
#include "filter/FilterConfig.hxx"
#include "AudioParser.hxx"
......
......@@ -20,9 +20,9 @@
#include "config.h"
#include "MultipleOutputs.hxx"
#include "PlayerControl.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "OutputControl.hxx"
#include "OutputError.hxx"
#include "Domain.hxx"
#include "MusicBuffer.hxx"
#include "MusicPipe.hxx"
#include "MusicChunk.hxx"
......
......@@ -23,7 +23,7 @@
// IWYU pragma: begin_exports
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "config/ConfigData.hxx"
......
......@@ -27,7 +27,7 @@
#include "config.h"
#include "OutputCommand.hxx"
#include "MultipleOutputs.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "PlayerControl.hxx"
#include "mixer/MixerControl.hxx"
#include "Idle.hxx"
......
......@@ -21,9 +21,9 @@
#include "config.h"
#include "OutputControl.hxx"
#include "OutputThread.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "OutputPlugin.hxx"
#include "OutputError.hxx"
#include "Domain.hxx"
#include "mixer/MixerControl.hxx"
#include "notify.hxx"
#include "filter/plugins/ReplayGainFilterPlugin.hxx"
......
......@@ -19,7 +19,7 @@
#include "config.h"
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
AudioOutput *
ao_plugin_init(const AudioOutputPlugin *plugin,
......
......@@ -25,7 +25,7 @@
#include "config.h"
#include "OutputPrint.hxx"
#include "MultipleOutputs.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "client/Client.hxx"
void
......
......@@ -25,8 +25,8 @@
#include "config.h"
#include "OutputState.hxx"
#include "MultipleOutputs.hxx"
#include "OutputInternal.hxx"
#include "OutputError.hxx"
#include "Internal.hxx"
#include "Domain.hxx"
#include "Log.hxx"
#include "util/StringUtil.hxx"
......
......@@ -19,9 +19,9 @@
#include "config.h"
#include "OutputThread.hxx"
#include "OutputInternal.hxx"
#include "Internal.hxx"
#include "OutputAPI.hxx"
#include "OutputError.hxx"
#include "Domain.hxx"
#include "pcm/PcmMix.hxx"
#include "notify.hxx"
#include "filter/FilterInternal.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "OutputList.hxx"
#include "Registry.hxx"
#include "OutputAPI.hxx"
#include "plugins/AlsaOutputPlugin.hxx"
#include "plugins/AoOutputPlugin.hxx"
......
......@@ -25,7 +25,7 @@
#ifndef MPD_OUTPUT_HTTPD_INTERNAL_H
#define MPD_OUTPUT_HTTPD_INTERNAL_H
#include "../OutputInternal.hxx"
#include "../Internal.hxx"
#include "Timer.hxx"
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
......
......@@ -19,7 +19,7 @@
#include "config.h"
#include "output/OutputControl.hxx"
#include "output/OutputInternal.hxx"
#include "output/Internal.hxx"
#include "output/OutputPlugin.hxx"
#include "config/ConfigData.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