mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 13:50:32 +01: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
2f0f9a1a59
commit
f5634818f1
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