diff options
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; |
