output/*: move to output/plugins/
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
EventLoop *main_loop;
|
||||
|
||||
#ifdef HAVE_PULSE
|
||||
#include "output/PulseOutputPlugin.hxx"
|
||||
#include "output/plugins/PulseOutputPlugin.hxx"
|
||||
|
||||
void
|
||||
pulse_output_lock(gcc_unused PulseOutput *po)
|
||||
@@ -73,7 +73,7 @@ pulse_output_set_volume(gcc_unused PulseOutput *po,
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ROAR
|
||||
#include "output/RoarOutputPlugin.hxx"
|
||||
#include "output/plugins/RoarOutputPlugin.hxx"
|
||||
|
||||
int
|
||||
roar_output_get_volume(gcc_unused RoarOutput *roar)
|
||||
|
@@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "OutputControl.hxx"
|
||||
#include "OutputInternal.hxx"
|
||||
#include "OutputPlugin.hxx"
|
||||
#include "output/OutputControl.hxx"
|
||||
#include "output/OutputInternal.hxx"
|
||||
#include "output/OutputPlugin.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "ConfigOption.hxx"
|
||||
|
Reference in New Issue
Block a user