Make the Cairo and Pango libraries required rather than optional.
[pspp] / src / output / cairo-fsm.h
index e8fe5b7b3cf33940c00273deffb519c3c2a54062..e5a22362a10660f640341c142aa9e164f467f37c 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <stdbool.h>
 
-#ifdef HAVE_CAIRO
-
 #include <cairo/cairo.h>
 #include <pango/pango-font.h>
 #include "output/table.h"
@@ -74,6 +72,4 @@ void xr_fsm_destroy (struct xr_fsm *);
 int xr_fsm_draw_slice (struct xr_fsm *, cairo_t *, int space);
 bool xr_fsm_is_empty (const struct xr_fsm *);
 
-#endif  /* HAVE_CAIRO */
-
 #endif /* output/cairo-fsm.h */