summaryrefslogtreecommitdiff
path: root/test/multi-page.c
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2015-02-26 15:03:43 +0100
committerBryce Harrington <b.harrington@samsung.com>2015-03-05 17:02:14 -0800
commit0916d580db94bccbf8d31cc58a8198a0c1f8b309 (patch)
tree5458b78e8c2a29506bf9781e2384952296baf268 /test/multi-page.c
parente9a615a2f94697c64a6702c1e3b24c59b156cc71 (diff)
downloadcairo-0916d580db94bccbf8d31cc58a8198a0c1f8b309.tar.gz
test: fix include order for AIX, bug#89354
Diffstat (limited to 'test/multi-page.c')
-rw-r--r--test/multi-page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/multi-page.c b/test/multi-page.c
index e2c7ddf20..a3102dba3 100644
--- a/test/multi-page.c
+++ b/test/multi-page.c
@@ -23,6 +23,8 @@
* Author: Carl D. Worth <cworth@cworth.org>
*/
+#include "cairo-test.h"
+
#include <stdio.h>
#include <cairo.h>
@@ -35,8 +37,6 @@
#include <cairo-pdf.h>
#endif
-#include "cairo-test.h"
-
/* The PostScript and PDF backends are now integrated into the main
* test suite, so we are getting good verification of most things
* there.