mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 04:38:04 +02:00
[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.
This commit is contained in:
parent
456252a1c2
commit
a4c5371b5e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue