Code

Export/Import text as text + some bug-fixes.
[inkscape.git] / src / extension / internal / cairo-renderer.cpp
index bad3cb5aff1da1e8ddd8f3a8130d638fbf272411..5583fa63c9a89dd164f956e7785193ea639dd278 100644 (file)
@@ -46,9 +46,8 @@
 #include "display/canvas-bpath.h"
 #include "sp-item.h"
 #include "sp-item-group.h"
-#include "marker-status.h"
 #include "style.h"
-#include "sp-marker.h"
+#include "marker.h"
 #include "sp-linear-gradient.h"
 #include "sp-radial-gradient.h"
 #include "sp-root.h"
@@ -81,7 +80,7 @@
 #endif
 
 //#define TRACE(_args) g_printf _args
-#define TRACE
+#define TRACE(_args)
 
 // FIXME: expose these from sp-clippath/mask.cpp
 struct SPClipPathView {