summaryrefslogtreecommitdiff
path: root/src/ReplayGainConfig.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-24 16:40:47 +0100
committerMax Kellermann <max@musicpd.org>2016-11-24 17:34:57 +0100
commit4f229c254c5a99a95e080ec3e3c429990f29a41d (patch)
treeeafcec6131a70f1f07110300f4428904ce6b2e0b /src/ReplayGainConfig.hxx
parent25e58df5e07c3eb878d48ac58780d56f2ecdd565 (diff)
ReplayGainInfo: move enum ReplayGainMode to separate header
Diffstat (limited to 'src/ReplayGainConfig.hxx')
-rw-r--r--src/ReplayGainConfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReplayGainConfig.hxx b/src/ReplayGainConfig.hxx
index c51e82d16..5c1953c3b 100644
--- a/src/ReplayGainConfig.hxx
+++ b/src/ReplayGainConfig.hxx
@@ -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;