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

@@ -23,7 +23,7 @@
#include "AudioFormat.hxx"
#include "pcm/PcmBuffer.hxx"
#include "pcm/PcmDither.hxx"
#include "ReplayGainInfo.hxx"
#include "ReplayGainMode.hxx"
#include "filter/Observer.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"