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
+1 -1
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"
+1 -1
View File
@@ -27,7 +27,7 @@
#define OUTPUT_ALL_H
#include "AudioFormat.hxx"
#include "ReplayGainInfo.hxx"
#include "ReplayGainMode.hxx"
#include "Chrono.hxx"
#include "Compiler.h"