diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-01-18 17:11:56 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-01-18 17:11:56 +0000 |
| commit | bd68b14b6bf32d009012b431f6271e53ea6bc1e1 (patch) | |
| tree | e1235b11f8966b65353033927fa78fc67aaa5182 /src/sp-item.h | |
| parent | adapt includes to glib 2.9 changes (diff) | |
| download | inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.tar.gz inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.zip | |
optimized includes
(bzr r16)
Diffstat (limited to 'src/sp-item.h')
| -rw-r--r-- | src/sp-item.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/sp-item.h b/src/sp-item.h index 326ea2759..252821f36 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -16,18 +16,20 @@ * * Released under GNU GPL, read the file 'COPYING' for more information */ - -#include <libnr/nr-matrix.h> -#include <libnr/nr-rect.h> +#include <vector> #include "display/nr-arena-forward.h" -#include "forward.h" #include "sp-object.h" -#include <vector> +#include <libnr/nr-matrix.h> +#include <libnr/nr-rect.h> -namespace Inkscape { class URIReference; } class SPGuideConstraint; - +struct SPClipPathReference; +struct SPMaskReference; +struct SPAvoidRef; +struct SPPrintContext; +namespace Inkscape { class URIReference; } + enum { SP_EVENT_INVALID, SP_EVENT_NONE, |
