diff options
author | Michele Calgaro <[email protected]> | 2023-11-10 11:24:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-10 11:53:12 +0900 |
commit | 2ec395712f961f8f634ffbb3ec9aa39b6095354a (patch) | |
tree | 4c421689ac8288e9494af40ebe69b374d7e8667a /src/replaygainfilelist.cpp | |
parent | c6e2acdd1c93e2ae86d47ad3a90bfb71aa4b2d51 (diff) | |
download | soundkonverter-2ec395712f961f8f634ffbb3ec9aa39b6095354a.tar.gz soundkonverter-2ec395712f961f8f634ffbb3ec9aa39b6095354a.zip |
Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit adcdf1d0d0ca100b319905e59e3e61394ba87117)
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rw-r--r-- | src/replaygainfilelist.cpp | 2 |
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" |