summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-tref.cpp')
-rw-r--r--src/sp-tref.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp
index dc0fac093..223cf3cec 100644
--- a/src/sp-tref.cpp
+++ b/src/sp-tref.cpp
@@ -24,7 +24,7 @@
#include "attributes.h"
#include "document.h"
-#include "sp-object-repr.h"
+#include "sp-factory.h"
#include "sp-text.h"
#include "sp-tspan.h"
#include "sp-tref.h"
@@ -35,8 +35,6 @@
#include "xml/node.h"
#include "xml/repr.h"
-#include "sp-factory.h"
-
namespace {
SPObject* createTRef() {
return new SPTRef();