From a4c5371b5e6d0df71efc75fee6f6a8fe8c6d3488 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 13 Nov 2008 14:56:38 +0000 Subject: [PATCH] [os2] Move include cairo.h before os2.h The defines need to come first, but we specify that cairo.h is the first header file to be included by files. --- src/cairo-os2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cairo-os2.h b/src/cairo-os2.h index 17f026345..0d18674b2 100644 --- a/src/cairo-os2.h +++ b/src/cairo-os2.h @@ -44,10 +44,10 @@ #define INCL_WIN #define INCL_GPI -#include - #include "cairo.h" +#include + CAIRO_BEGIN_DECLS /* The OS/2 Specific Cairo API */