Skip to content

Commit

Permalink
[os2] Move include cairo.h before os2.h
Browse files Browse the repository at this point in the history
The defines need to come first, but we specify that cairo.h is the first
header file to be included by files.
  • Loading branch information
Chris Wilson committed Nov 16, 2008
1 parent 456252a commit a4c5371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cairo-os2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a4c5371

Please sign in to comment.