summaryrefslogtreecommitdiff
path: root/test/extend-reflect.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/extend-reflect.c
parente9a615a2f94697c64a6702c1e3b24c59b156cc71 (diff)
downloadcairo-0916d580db94bccbf8d31cc58a8198a0c1f8b309.tar.gz
test: fix include order for AIX, bug#89354
Diffstat (limited to 'test/extend-reflect.c')
-rw-r--r--test/extend-reflect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extend-reflect.c b/test/extend-reflect.c
index 16b08c155..173befc26 100644
--- a/test/extend-reflect.c
+++ b/test/extend-reflect.c
@@ -1,5 +1,5 @@
-#include <math.h>
#include "cairo-test.h"
+#include <math.h>
#include <stdio.h>
static const char *png_filename = "romedalen.png";