[pacman-dev] [PATCH] common/ini: remove unnecessary alpm include

Andrew Gregory andrew.gregory.8 at gmail.com
Sat Nov 17 03:47:32 UTC 2018


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
 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 <errno.h>
 #include <limits.h>
+#include <stdlib.h>
 #include <string.h> /* strdup */
 
-#include <alpm.h>
-
 #include "ini.h"
 #include "util-common.h"
 
-- 
2.19.1


More information about the pacman-dev mailing list