further reduction of include dependencies, also finalised some classes

This commit is contained in:
Ingo Weyrich
2019-11-09 16:51:54 +01:00
parent e5258e6f60
commit 587652283d
92 changed files with 177 additions and 98 deletions

View File

@@ -7,15 +7,19 @@
#include "adjuster.h"
#include "colorprovider.h"
#include "curveeditor.h"
#include "curveeditorgroup.h"
#include "curvelistener.h"
#include "guiutils.h"
#include "labgrid.h"
#include "thresholdadjuster.h"
#include "toolpanel.h"
#include "../rtengine/procparams.h"
class CurveEditor;
class CurveEditorGroup;
class DiagonalCurveEditor;
class FlatCurveEditor;
class LabGrid;
class ColorToning final :
public ToolParamBlock,
public FoldableToolPanel,