Further cleanup of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-30 16:38:02 +01:00
parent 1d51016bdd
commit ba8dda1836
50 changed files with 44 additions and 48 deletions

View File

@@ -21,14 +21,14 @@
#include "dirpyrdenoise.h"
#include "editbuffer.h"
#include "guiutils.h"
#include "options.h"
#include "../rtengine/procparams.h"
#include "editbuffer.h"
using namespace rtengine;
using namespace rtengine::procparams;
extern Options options;
DirPyrDenoise::DirPyrDenoise () : FoldableToolPanel(this, "dirpyrdenoise", M("TP_DIRPYRDENOISE_LABEL"), true, true), lastmedian(false)
{