summaryrefslogtreecommitdiff
path: root/src/cairo-os2.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-13 14:56:38 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-16 16:21:23 +0000
commita4c5371b5e6d0df71efc75fee6f6a8fe8c6d3488 (patch)
treefa1755b702eb3333c4bbea4779e269989e83d19c /src/cairo-os2.h
parent456252a1c2b00685bee18c01bf27738d6125b4f8 (diff)
[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.
Diffstat (limited to 'src/cairo-os2.h')
-rw-r--r--src/cairo-os2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-os2.h b/src/cairo-os2.h
index 17f02634..0d18674b 100644
--- a/src/cairo-os2.h
+++ b/src/cairo-os2.h
@@ -44,10 +44,10 @@
#define INCL_WIN
#define INCL_GPI
-#include <os2.h>
-
#include "cairo.h"
+#include <os2.h>
+
CAIRO_BEGIN_DECLS
/* The OS/2 Specific Cairo API */