summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
commitcd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch)
tree7dc818161f74be4598a640e4491b71d166f19d9f /src/sp-object.h
parentRefresh marshallers for mingw (diff)
downloadinkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz
inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 110deb262..b16927979 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -49,7 +49,7 @@ class SPObjectClass;
#define SP_OBJECT_WRITE_EXT (1 << 1)
#define SP_OBJECT_WRITE_ALL (1 << 2)
-#include <glib-object.h>
+#include <glibmm/object.h>
#include <stddef.h>
#include <sigc++/connection.h>
#include <sigc++/functors/slot.h>
@@ -57,7 +57,11 @@ class SPObjectClass;
#include "version.h"
#include "util/forward-pointer-iterator.h"
-#include "desktop-style.h"
+
+
+class SPDesktop;
+struct SPCSSAttr;
+struct SPStyle;
namespace Inkscape {
namespace XML {