summaryrefslogtreecommitdiff
path: root/test/svg-surface.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/svg-surface.c
parente9a615a2f94697c64a6702c1e3b24c59b156cc71 (diff)
downloadcairo-0916d580db94bccbf8d31cc58a8198a0c1f8b309.tar.gz
test: fix include order for AIX, bug#89354
Diffstat (limited to 'test/svg-surface.c')
-rw-r--r--test/svg-surface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/svg-surface.c b/test/svg-surface.c
index 8ee3b613c..13b006d39 100644
--- a/test/svg-surface.c
+++ b/test/svg-surface.c
@@ -23,10 +23,11 @@
* Author: Carl D. Worth <cworth@cworth.org>
*/
+#include "cairo-test.h"
+
#include <stdio.h>
#include <cairo-svg.h>
-#include "cairo-test.h"
/* Pretty boring test just to make sure things aren't crashing ---
* no verification that we're getting good results yet.