summaryrefslogtreecommitdiff
path: root/test/api-special-cases.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-17 23:48:15 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-25 01:44:57 +0000
commit64db153c43d67d4ff08350a64cbb169c50bdb85e (patch)
tree40b338279d7afe50e5cc418b7bb0314dff151ec4 /test/api-special-cases.c
parent1fa3b10ccea26ae9259674bbf10ac86a8abcb908 (diff)
downloadcairo-64db153c43d67d4ff08350a64cbb169c50bdb85e.tar.gz
Drop OS/2 support
OS/2 support was last built in Cairo 1.12, which was released 10 years ago. Additionally, OS/2 is not supported by Meson.
Diffstat (limited to 'test/api-special-cases.c')
-rw-r--r--test/api-special-cases.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/api-special-cases.c b/test/api-special-cases.c
index ae87d0e5d..ce54200b7 100644
--- a/test/api-special-cases.c
+++ b/test/api-special-cases.c
@@ -66,9 +66,6 @@
#if CAIRO_HAS_GL_SURFACE
#include <cairo-gl.h>
#endif
-#if CAIRO_HAS_OS2_SURFACE
-#include <cairo-os2.h>
-#endif
#if CAIRO_HAS_PDF_SURFACE
#include <cairo-pdf.h>
#endif