Commit 513e3a3d authored by Max Kellermann's avatar Max Kellermann

filter/ReplayGain: forward-declare struct ReplayGainInfo

parent bfb0897b
......@@ -20,11 +20,12 @@
#ifndef MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
#define MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
#include "ReplayGainInfo.hxx"
#include "ReplayGainMode.hxx"
class Filter;
class PreparedFilter;
class Mixer;
struct ReplayGainInfo;
/**
* Enables or disables the hardware mixer for applying replay gain.
......
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