summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-10 14:10:04 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-10 14:10:04 +0000
commit8de8047c5e30af8598646d7a66c62dbf290f7c51 (patch)
tree86d7a26167981fe33697e490a5dd432bb0d4bebd /src/sp-object.cpp
parentAdded constructors to EventContext tree / some missing virtual pads. (diff)
downloadinkscape-8de8047c5e30af8598646d7a66c62dbf290f7c51.tar.gz
inkscape-8de8047c5e30af8598646d7a66c62dbf290f7c51.zip
Removed old SPObject factory.
(bzr r11608.1.91)
Diffstat (limited to 'src/sp-object.cpp')
-rw-r--r--src/sp-object.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp
index c2979b609..dc9b1a2e5 100644
--- a/src/sp-object.cpp
+++ b/src/sp-object.cpp
@@ -25,7 +25,7 @@
#include "document.h"
#include "preferences.h"
#include "style.h"
-#include "sp-object-repr.h"
+#include "sp-factory.h"
#include "sp-paint-server.h"
#include "sp-root.h"
#include "sp-style-elem.h"
@@ -41,8 +41,6 @@
#include "util/format.h"
#include "util/longest-common-suffix.h"
-#include "sp-factory.h"
-
using std::memcpy;
using std::strchr;
using std::strcmp;