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:
parent
44cfc09511
commit
b95ba13df1
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue