From 6422e5ca641f2e5308c0660452617aa29a0c3642 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Thu, 26 Feb 2015 15:11:05 +0100 Subject: [PATCH 3/3] perf: fix include order for AIX, bug#89354 --- perf/cairo-perf-report.c | 2 +- perf/cairo-perf-trace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c index b86bc36..d87254d 100644 --- a/perf/cairo-perf-report.c +++ b/perf/cairo-perf-report.c @@ -25,8 +25,8 @@ * Authors: Carl Worth */ -#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. */ diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c index 02e0e29..43e9ca9 100644 --- a/perf/cairo-perf-trace.c +++ b/perf/cairo-perf-trace.c @@ -32,8 +32,8 @@ #include "../cairo-version.h" /* for the real version */ -#include "cairo-missing.h" #include "cairo-perf.h" +#include "cairo-missing.h" #include "cairo-stats.h" #include "cairo-boilerplate-getopt.h" -- 2.1.0