Code

fix linking
[inkscape.git] / src / extension / internal / cairo-renderer.cpp
index bad3cb5aff1da1e8ddd8f3a8130d638fbf272411..418e82b894d260fedf7ee507b65a13b81a289be9 100644 (file)
@@ -16,8 +16,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_CAIRO_PDF
-
 #ifndef PANGO_ENABLE_BACKEND
 #define PANGO_ENABLE_BACKEND
 #endif
@@ -46,9 +44,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 +78,7 @@
 #endif
 
 //#define TRACE(_args) g_printf _args
-#define TRACE
+#define TRACE(_args)
 
 // FIXME: expose these from sp-clippath/mask.cpp
 struct SPClipPathView {
@@ -599,9 +596,6 @@ calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect_clip
 
 /* End of GNU GPL code */
 
-#endif /* HAVE_CAIRO_PDF */
-
-
 /*
   Local Variables:
   mode:c++