perf: fix include order for AIX, bug#89354

This commit is contained in:
Michael Haubenwallner 2015-02-26 15:11:05 +01:00 committed by Bryce Harrington
parent 15c427bc77
commit 94d30d7160

View file

@ -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. */