Further cleanup of include dependencies
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user