[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 2f0f9a1a59
commit f5634818f1

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