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

@@ -23,9 +23,9 @@
#include <gtkmm.h>
#include <iostream>
#include <librsvg/rsvg.h>
#include "options.h"
#include "../rtengine/rt_math.h"
#include "options.h"
double RTScalable::dpi = 0.;
int RTScalable::scale = 0;
@@ -102,7 +102,7 @@ void RTScalable::deleteDir(const Glib::ustring& path)
error |= g_remove (Glib::build_filename (path, *entry).c_str());
}
if (error != 0 && options.rtSettings.verbose) {
if (error != 0 && rtengine::settings->verbose) {
std::cerr << "Failed to delete all entries in '" << path << "': " << g_strerror(errno) << std::endl;
}