diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
| commit | cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch) | |
| tree | a2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/sp-object.h | |
| parent | Cleaned up display-forward.h, including many redundant usages. (diff) | |
| download | inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip | |
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
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 |
