From 2ec395712f961f8f634ffbb3ec9aa39b6095354a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 10 Nov 2023 11:24:47 +0900 Subject: Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file Signed-off-by: Michele Calgaro (cherry picked from commit adcdf1d0d0ca100b319905e59e3e61394ba87117) --- src/replaygainfilelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/replaygainfilelist.cpp') 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" -- cgit v1.2.1