diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2018-11-16 19:47:32 -0800 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-28 10:24:00 +1000 |
commit | b95ba13df15217f4cad40fcde8f6b5fe7ff1118a (patch) | |
tree | f67c16a002ffb9e30509e9025b9e4a3b0135800f | |
parent | 44cfc09511aa7c67eb09ee5ceec5cf6f23f7f9c9 (diff) | |
download | pacman-b95ba13df15217f4cad40fcde8f6b5fe7ff1118a.tar.xz |
common/ini: remove unnecessary alpm include
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | src/common/ini.c | 3 |
1 files changed, 1 insertions, 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" |