X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo-fsm.h;h=e5a22362a10660f640341c142aa9e164f467f37c;hb=def6f19d1b58929ed31ae6a7a90f89054ab3ace7;hp=e8fe5b7b3cf33940c00273deffb519c3c2a54062;hpb=f8659933d48c5682010d1e1f04ae7acb5cbcd611;p=pspp diff --git a/src/output/cairo-fsm.h b/src/output/cairo-fsm.h index e8fe5b7b3c..e5a22362a1 100644 --- a/src/output/cairo-fsm.h +++ b/src/output/cairo-fsm.h @@ -19,8 +19,6 @@ #include -#ifdef HAVE_CAIRO - #include #include #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 */