diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /src/document-private.h | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz inkscape-267299811df952d08324a39008f52c19641de9e0.zip | |
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/document-private.h')
| -rw-r--r-- | src/document-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-private.h b/src/document-private.h index 9cac8fac6..6ca36ac1a 100644 --- a/src/document-private.h +++ b/src/document-private.h @@ -20,8 +20,6 @@ #include <stddef.h> #include <sigc++/sigc++.h> #include "xml/event-fns.h" -#include "sp-defs.h" -#include "sp-root.h" #include "document.h" #include "composite-undo-stack-observer.h" @@ -30,6 +28,8 @@ // XXX only for testing! #include "console-output-undo-observer.h" +class SPObject; + namespace Inkscape { namespace XML { class Event; |
