From 0d975a623d6ad51ceb34bdb218a2d0f4a0448de6 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 23 Apr 2017 15:28:52 +0200 Subject: Minor reordering of `#include`s fixing compilation on AIX This helps ensure that system includes on some more fragile platforms (like e.g. AIX) see a more consistent set of CPP defines, and consequently reduce the risk of conflicting typdefs/prototypes being exposed. --- rts/PathUtils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rts/PathUtils.c') diff --git a/rts/PathUtils.c b/rts/PathUtils.c index f27e03ff79..1b0b729f07 100644 --- a/rts/PathUtils.c +++ b/rts/PathUtils.c @@ -1,10 +1,10 @@ -#include -#include - #include #include "RtsUtils.h" #include "PathUtils.h" +#include +#include + #include #include -- cgit v1.2.1