Further cleanup of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-30 22:12:06 +01:00
parent 4dcee23cb3
commit 6935faa258
68 changed files with 100 additions and 158 deletions

View File

@@ -18,11 +18,11 @@
*/
#include "dynamicprofilepanel.h"
#include "options.h"
#include "multilangmgr.h"
#include "../rtengine/profilestore.h"
#include "../rtengine/rtengine.h"
#include "../rtengine/dynamicprofile.h"
#include "../rtengine/settings.h"
#include <sstream>
#include <iomanip>
@@ -616,7 +616,7 @@ void DynamicProfilePanel::save()
if (!ProfileStore::getInstance()->storeRules()) {
printf ("Error in saving dynamic profile rules\n");
} else if (options.rtSettings.verbose) {
} else if (rtengine::settings->verbose) {
printf ("Saved %d dynamic profile rules\n", int (rules.size()));
}
}