diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-13 14:56:38 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-16 16:21:23 +0000 |
commit | a4c5371b5e6d0df71efc75fee6f6a8fe8c6d3488 (patch) | |
tree | fa1755b702eb3333c4bbea4779e269989e83d19c /src/cairo-os2.h | |
parent | 456252a1c2b00685bee18c01bf27738d6125b4f8 (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.h | 4 |
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 */ |