From d8b3280780cf9b4b67b31839cc4f34b5539194dd Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 30 Nov 2018 16:58:47 +1100 Subject: [PATCH] util: Fix include file order Signed-off-by: Martin Schwenke Reviewed-by: Andreas Schneider --- lib/util/strv_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.2