Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-11-01 01:03:30 +01:00
parent cac2eb53ef
commit 785273e7bf
19 changed files with 109 additions and 15 deletions

View File

@@ -20,7 +20,19 @@
#include <vector>
#include "../rtengine/rtengine.h"
namespace rtengine
{
namespace procparams
{
class ProcParams;
struct PartialProfile;
}
}
struct GeneralParamsEdited {
bool rank;