spv-light-decoder: Support special format 40 in decode_spvlb_value().
[pspp] / src / output / spv / spv-writer.h
index 4126a8606db273dc200277af3f870a1a305dc290..cc937216cb0189c47b15893a1255e8a9906c8ccb 100644 (file)
@@ -22,9 +22,7 @@ struct pivot_table;
 struct spv_writer;
 struct text_item;
 
-#ifdef HAVE_CAIRO
 #include <cairo.h>
-#endif
 
 #include "libpspp/compiler.h"
 
@@ -43,9 +41,7 @@ void spv_writer_put_text (struct spv_writer *, const struct text_item *,
                           const char *command_id);
 void spv_writer_put_table (struct spv_writer *, const struct pivot_table *);
 
-#ifdef HAVE_CAIRO
 void spv_writer_put_image (struct spv_writer *, cairo_surface_t *);
-#endif
 
 void spv_writer_eject_page (struct spv_writer *);