parsing works, at least the basics
[pspp] / src / output / cairo-pager.h
index 361c29798b549e4f5caf847eb0a2aa8a085bfd88..8fa583d7e37b28a169d8365cc91e4101ca34c470 100644 (file)
 
 #include <stdbool.h>
 
-#ifdef HAVE_CAIRO
-
 /* Cairo output driver paginater. */
 
 #include <cairo/cairo.h>
 #include <pango/pango-font.h>
 #include "output/cairo-fsm.h"
-#include "output/page-setup-item.h"
+#include "output/page-setup.h"
 #include "output/table.h"
 
 struct xr_page_style
@@ -69,6 +67,4 @@ void xr_pager_add_page (struct xr_pager *, cairo_t *);
 void xr_pager_finish_page (struct xr_pager *);
 bool xr_pager_needs_new_page (struct xr_pager *);
 
-#endif  /* HAVE_CAIRO */
-
 #endif /* output/cairo-pager.h */