summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-10 11:24:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-10 11:24:47 +0900
commitadcdf1d0d0ca100b319905e59e3e61394ba87117 (patch)
tree7fd38d66d5dcdbfe29555a1f2e35b17c35e09469 /src/replaygainfilelist.cpp
parentf24778bf1ff1de278c147cf41c64504a6c2591d3 (diff)
downloadsoundkonverter-adcdf1d0d0ca100b319905e59e3e61394ba87117.tar.gz
soundkonverter-adcdf1d0d0ca100b319905e59e3e61394ba87117.zip
Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rw-r--r--src/replaygainfilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp
index 7749baf..91852a2 100644
--- a/src/replaygainfilelist.cpp
+++ b/src/replaygainfilelist.cpp
@@ -2,7 +2,7 @@
#include "replaygainfilelist.h"
#include "tagengine.h"
#include "logger.h"
-#include "config.h"
+#include "configuration.h"
#include "replaygain.h"
#include "replaygainpluginloader.h"