filter: convert to C++
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
extern "C" {
|
||||
#include "mixer_control.h"
|
||||
#include "mixer_list.h"
|
||||
#include "filter_registry.h"
|
||||
}
|
||||
|
||||
#include "FilterRegistry.hxx"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "Main.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "fs/Path.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "audio_format.h"
|
||||
#include "filter_plugin.h"
|
||||
#include "FilterPlugin.hxx"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "mixer_control.h"
|
||||
#include "stdbin.h"
|
||||
|
@@ -32,9 +32,9 @@
|
||||
extern "C" {
|
||||
#include "output_plugin.h"
|
||||
#include "output_internal.h"
|
||||
#include "filter_registry.h"
|
||||
}
|
||||
|
||||
#include "FilterRegistry.hxx"
|
||||
#include "PlayerControl.hxx"
|
||||
#include "stdbin.h"
|
||||
|
||||
|
Reference in New Issue
Block a user