[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:
Chris Wilson 2008-11-13 14:56:38 +00:00
parent 456252a1c2
commit a4c5371b5e

View file

@ -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 */