summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.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/pixman-rotate.c
parente9a615a2f94697c64a6702c1e3b24c59b156cc71 (diff)
downloadcairo-0916d580db94bccbf8d31cc58a8198a0c1f8b309.tar.gz
test: fix include order for AIX, bug#89354
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index f412ce6dc..e0d0fc885 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -24,6 +24,8 @@
* Author: Kristian Høgsberg <krh@redhat.com>
*/
+#include "cairo-test.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -31,8 +33,6 @@
#include <cairo.h>
-#include "cairo-test.h"
-
#define WIDTH 32
#define HEIGHT WIDTH