summaryrefslogtreecommitdiffstats
path: root/src/sp-object-repr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-object-repr.cpp')
-rw-r--r--src/sp-object-repr.cpp16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/sp-object-repr.cpp b/src/sp-object-repr.cpp
index 16e64ff49..eba38ec67 100644
--- a/src/sp-object-repr.cpp
+++ b/src/sp-object-repr.cpp
@@ -20,6 +20,7 @@
#include "sp-mesh-gradient-fns.h"
#include "sp-mesh-row-fns.h"
#include "sp-mesh-patch-fns.h"
+#include "sp-object-repr.h"
#include "sp-path.h"
#include "sp-radial-gradient-fns.h"
#include "sp-rect.h"
@@ -41,20 +42,17 @@
#include "sp-clippath.h"
#include "sp-mask.h"
#include "sp-anchor.h"
-//#include "sp-animation.h"
#include "sp-flowdiv.h"
#include "sp-flowregion.h"
#include "sp-flowtext.h"
#include "sp-script.h"
#include "config.h"
-#ifdef ENABLE_SVG_FONTS
- #include "sp-font.h"
- #include "sp-font-face.h"
- #include "sp-glyph.h"
- #include "sp-missing-glyph.h"
- #include "sp-glyph-kerning.h"
-#endif
+#include "sp-font.h"
+#include "sp-font-face.h"
+#include "sp-glyph.h"
+#include "sp-missing-glyph.h"
+#include "sp-glyph-kerning.h"
#include "sp-style-elem.h"
#include "sp-switch.h"
@@ -151,14 +149,12 @@ populate_dtables()
{ "svg:flowRegionExclude", SP_TYPE_FLOWREGIONEXCLUDE },
{ "svg:flowRoot", SP_TYPE_FLOWTEXT },
{ "svg:flowSpan", SP_TYPE_FLOWTSPAN },
-#ifdef ENABLE_SVG_FONTS
{ "svg:font", SP_TYPE_FONT },
{ "svg:font-face", SP_TYPE_FONTFACE },
{ "svg:glyph", SP_TYPE_GLYPH },
{ "svg:missing-glyph", SP_TYPE_MISSING_GLYPH },
{ "svg:hkern", SP_TYPE_HKERN },
{ "svg:vkern", SP_TYPE_VKERN },
-#endif
{ "svg:g", SP_TYPE_GROUP },
{ "svg:feBlend", SP_TYPE_FEBLEND },
{ "svg:feColorMatrix", SP_TYPE_FECOLORMATRIX },