common/ini: remove unnecessary alpm include

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2018-11-16 19:47:32 -08:00 committed by Allan McRae
parent 44cfc09511
commit b95ba13df1

View file

@ -19,10 +19,9 @@
#include <errno.h> #include <errno.h>
#include <limits.h> #include <limits.h>
#include <stdlib.h>
#include <string.h> /* strdup */ #include <string.h> /* strdup */
#include <alpm.h>
#include "ini.h" #include "ini.h"
#include "util-common.h" #include "util-common.h"