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

@@ -31,7 +31,6 @@
#include "progressconnector.h"
#include "saveasdlg.h"
#include "thumbnaillistener.h"
#include "toolpanelcoord.h"
#include "../rtengine/noncopyable.h"
#include "../rtengine/rtengine.h"
@@ -39,6 +38,7 @@
class EditorPanel;
class MyProgressBar;
class Thumbnail;
class ToolPanelCoordinator;
struct EditorPanelIdleHelper {
EditorPanel* epanel;