reduce rtgui/inspector.h dependencies

This commit is contained in:
Ingo Weyrich
2019-11-08 20:22:18 +01:00
parent a2d5ef356c
commit e5258e6f60
5 changed files with 6 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "pathutils.h" #include "pathutils.h"
#include "rtscalable.h" #include "rtscalable.h"
#include "../rtengine/previewimage.h" #include "../rtengine/previewimage.h"
#include "../rtengine/rt_math.h"
InspectorBuffer::InspectorBuffer(const Glib::ustring &imagePath) : currTransform(0), fromRaw(false) InspectorBuffer::InspectorBuffer(const Glib::ustring &imagePath) : currTransform(0), fromRaw(false)
{ {

View File

@@ -24,7 +24,6 @@
#include "../rtengine/coord.h" #include "../rtengine/coord.h"
#include "../rtengine/coord2d.h" #include "../rtengine/coord2d.h"
#include "../rtengine/rt_math.h"
class InspectorBuffer class InspectorBuffer
{ {

View File

@@ -18,6 +18,7 @@
#include <glibmm/ustring.h> #include <glibmm/ustring.h>
#include "inspector.h"
#include "multilangmgr.h" #include "multilangmgr.h"
#include "options.h" #include "options.h"
#include "rtscalable.h" #include "rtscalable.h"

View File

@@ -23,13 +23,15 @@
#include <gtkmm.h> #include <gtkmm.h>
#include "guiutils.h" #include "guiutils.h"
#include "inspector.h"
#include "options.h" #include "options.h"
#include "thumbbrowserentrybase.h" #include "thumbbrowserentrybase.h"
/* /*
* Class handling the list of ThumbBrowserEntry objects and their position in it's allocated space * Class handling the list of ThumbBrowserEntry objects and their position in it's allocated space
*/ */
class Inspector;
class ThumbBrowserBase : class ThumbBrowserBase :
public Gtk::Grid public Gtk::Grid
{ {

View File

@@ -20,6 +20,7 @@
#include "options.h" #include "options.h"
#include "thumbbrowserbase.h" #include "thumbbrowserbase.h"
#include "../rtengine/rt_math.h"
namespace namespace
{ {