diff options
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index 38d39c4cd..a4220e720 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -57,7 +57,6 @@ class SPObjectClass; #include <sigc++/functors/slot.h> #include <sigc++/signal.h> -#include "forward.h" #include "version.h" #include "util/forward-pointer-iterator.h" #include "desktop-style.h" @@ -111,7 +110,9 @@ enum { SP_XML_SPACE_PRESERVE }; +class SPDocument; class SPIXmlSpace; +class SPObject; /// Internal class consisting of two bits. struct SPIXmlSpace { @@ -119,7 +120,6 @@ struct SPIXmlSpace { guint value : 1; }; -class SPObject; /* * Refcounting |
