ReplayGainInfo: move enum ReplayGainMode to separate header

This commit is contained in:
Max Kellermann
2016-11-24 16:40:47 +01:00
parent 25e58df5e0
commit 4f229c254c
6 changed files with 35 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_REPLAY_GAIN_CONFIG_HXX
#include "check.h"
#include "ReplayGainInfo.hxx"
#include "ReplayGainMode.hxx"
#include "Compiler.h"
extern ReplayGainMode replay_gain_mode;