Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-11-02 17:29:26 +01:00
parent afeca7f5f9
commit b3b1008270
38 changed files with 75 additions and 129 deletions

View File

@@ -34,12 +34,16 @@
#include <locale.h>
#include <lensfun.h>
#include "cachemanager.h"
#include "editorpanel.h"
#include "filecatalog.h"
#include "filepanel.h"
#include "options.h"
#include "soundman.h"
#include "rtimage.h"
#include "version.h"
#include "extprog.h"
#include "../rtengine/dynamicprofile.h"
#include "../rtengine/procparams.h"
#ifndef WIN32
#include <glibmm/fileutils.h>