summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-30 13:00:28 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-30 13:00:28 +0000
commit977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86 (patch)
tree5924bdef171211a2b3d34e09ff65f0524691a151 /src/widgets/toolbox.h
parentFix modelines (diff)
downloadinkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.tar.gz
inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.zip
Reduce header bloat
(bzr r13341.1.184)
Diffstat (limited to 'src/widgets/toolbox.h')
-rw-r--r--src/widgets/toolbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h
index fb749bfb5..db9130034 100644
--- a/src/widgets/toolbox.h
+++ b/src/widgets/toolbox.h
@@ -13,15 +13,15 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtk/gtk.h>
#include <glibmm/ustring.h>
#include "icon-size.h"
-#include "../ege-adjustment-action.h"
-#include "../preferences.h"
+#include "preferences.h"
#define TOOLBAR_SLIDER_HINT "full"
+typedef struct _EgeAdjustmentAction EgeAdjustmentAction;
+
class SPDesktop;
namespace Inkscape {