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/sp-pattern.h | |
| parent | Fix modelines (diff) | |
| download | inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.tar.gz inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.zip | |
Reduce header bloat
(bzr r13341.1.184)
Diffstat (limited to 'src/sp-pattern.h')
| -rw-r--r-- | src/sp-pattern.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sp-pattern.h b/src/sp-pattern.h index eb34b6714..8f7dbbadd 100644 --- a/src/sp-pattern.h +++ b/src/sp-pattern.h @@ -13,21 +13,17 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <gtk/gtk.h> - -#include "sp-item.h" - #define SP_PATTERN(obj) (dynamic_cast<SPPattern*>((SPObject*)obj)) #define SP_IS_PATTERN(obj) (dynamic_cast<const SPPattern*>((SPObject*)obj) != NULL) class SPPatternReference; +class SPItem; #include "svg/svg-length.h" #include "sp-paint-server.h" #include "uri-references.h" #include "viewbox.h" -#include <stddef.h> #include <sigc++/connection.h> |
