summaryrefslogtreecommitdiff
path: root/test/extended-blend.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/extended-blend.c
parente9a615a2f94697c64a6702c1e3b24c59b156cc71 (diff)
downloadcairo-0916d580db94bccbf8d31cc58a8198a0c1f8b309.tar.gz
test: fix include order for AIX, bug#89354
Diffstat (limited to 'test/extended-blend.c')
-rw-r--r--test/extended-blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extended-blend.c b/test/extended-blend.c
index a45ddc9cb..8edd182d6 100644
--- a/test/extended-blend.c
+++ b/test/extended-blend.c
@@ -27,8 +27,8 @@
* Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
*/
-#include <math.h>
#include "cairo-test.h"
+#include <math.h>
#include <stdio.h>
#define STEPS 16