summaryrefslogtreecommitdiff
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-26 20:23:05 +0000
commitf5634818f1e5cc0adaa326662c099a75f4e615eb (patch)
tree16a661907af53f704381a0952744af6e91e8bafc
parent2f0f9a1a593db43dd04507c5989cd0af4b1486de (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.
-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 17f026345..0d18674b2 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 */