From b95ba13df15217f4cad40fcde8f6b5fe7ff1118a Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 16 Nov 2018 19:47:32 -0800 Subject: common/ini: remove unnecessary alpm include Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/common/ini.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/ini.c b/src/common/ini.c index 8e646528..30f1fac8 100644 --- a/src/common/ini.c +++ b/src/common/ini.c @@ -19,10 +19,9 @@ #include #include +#include #include /* strdup */ -#include - #include "ini.h" #include "util-common.h" -- cgit v1.2.3-54-g00ecf