summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2015-02-26 15:11:05 +0100
committerBryce Harrington <b.harrington@samsung.com>2015-03-05 17:03:18 -0800
commit94d30d7160bc1dfabac22ffb9cc810ceb9a35ead (patch)
treea2fe03932529f888f027cab32a8db9a691f18693 /perf
parent15c427bc771e8a7018718eca3855f7de39438457 (diff)
downloadcairo-94d30d7160bc1dfabac22ffb9cc810ceb9a35ead.tar.gz
perf: fix include order for AIX, bug#89354
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c
index 4bdcd46d7..2325f4793 100644
--- a/perf/cairo-perf-report.c
+++ b/perf/cairo-perf-report.c
@@ -27,8 +27,8 @@
#define _GETDELIM 1/* for getline() on AIX */
-#include "cairo-missing.h"
#include "cairo-perf.h"
+#include "cairo-missing.h"
#include "cairo-stats.h"
/* We use _GNU_SOURCE for getline and strndup if available. */