reduce rtgui/inspector.h dependencies
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "pathutils.h"
|
||||
#include "rtscalable.h"
|
||||
#include "../rtengine/previewimage.h"
|
||||
#include "../rtengine/rt_math.h"
|
||||
|
||||
InspectorBuffer::InspectorBuffer(const Glib::ustring &imagePath) : currTransform(0), fromRaw(false)
|
||||
{
|
||||
|
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "../rtengine/coord.h"
|
||||
#include "../rtengine/coord2d.h"
|
||||
#include "../rtengine/rt_math.h"
|
||||
|
||||
class InspectorBuffer
|
||||
{
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
#include "inspector.h"
|
||||
#include "multilangmgr.h"
|
||||
#include "options.h"
|
||||
#include "rtscalable.h"
|
||||
|
@@ -23,13 +23,15 @@
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "guiutils.h"
|
||||
#include "inspector.h"
|
||||
#include "options.h"
|
||||
#include "thumbbrowserentrybase.h"
|
||||
|
||||
/*
|
||||
* Class handling the list of ThumbBrowserEntry objects and their position in it's allocated space
|
||||
*/
|
||||
|
||||
class Inspector;
|
||||
|
||||
class ThumbBrowserBase :
|
||||
public Gtk::Grid
|
||||
{
|
||||
|
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "options.h"
|
||||
#include "thumbbrowserbase.h"
|
||||
#include "../rtengine/rt_math.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Reference in New Issue
Block a user