output: rename source files
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user