Move libacl.h include out of system.h to the only place that cares
This commit is contained in:
parent
af3c8690d4
commit
f978dc78b4
|
@ -5,6 +5,10 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#if WITH_ACL
|
||||
#include <acl/libacl.h>
|
||||
#endif
|
||||
|
||||
#include <rpm/rpmcli.h>
|
||||
#include <rpm/header.h>
|
||||
#include <rpm/rpmlog.h>
|
||||
|
|
Loading…
Reference in New Issue