From: Martin Schwenke Date: Fri, 30 Nov 2018 05:58:47 +0000 (+1100) Subject: util: Fix include file order X-Git-Tag: tdb-1.3.17~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b3280780cf9b4b67b31839cc4f34b5539194dd;p=thirdparty%2Fsamba.git util: Fix include file order Signed-off-by: Martin Schwenke Reviewed-by: Andreas Schneider --- diff --git a/lib/util/strv_util.c b/lib/util/strv_util.c index 5c914e5620b..9da3eb2ba27 100644 --- a/lib/util/strv_util.c +++ b/lib/util/strv_util.c @@ -17,10 +17,11 @@ * along with this program. If not, see . */ +#include "replace.h" + #include #include -#include "replace.h" #include "strv.h" #include "strv_util.h"