diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-30 13:00:28 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-30 13:00:28 +0000 |
| commit | 977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86 (patch) | |
| tree | 5924bdef171211a2b3d34e09ff65f0524691a151 /src/widgets/button.h | |
| parent | Fix modelines (diff) | |
| download | inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.tar.gz inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.zip | |
Reduce header bloat
(bzr r13341.1.184)
Diffstat (limited to 'src/widgets/button.h')
| -rw-r--r-- | src/widgets/button.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/widgets/button.h b/src/widgets/button.h index d5e29da1a..2bceb5e97 100644 --- a/src/widgets/button.h +++ b/src/widgets/button.h @@ -17,10 +17,18 @@ #define SP_IS_BUTTON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_BUTTON)) #include <gtk/gtk.h> -#include <sigc++/sigc++.h> -#include "helper/action.h" +#include <sigc++/connection.h> #include "icon-size.h" +struct SPAction; + +namespace Inkscape { +namespace UI { +namespace View { +class View; +} +} +} typedef enum { SP_BUTTON_TYPE_NORMAL, |
