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"
|
#include "system.h"
|
||||||
|
|
||||||
|
#if WITH_ACL
|
||||||
|
#include <acl/libacl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <rpm/rpmcli.h>
|
#include <rpm/rpmcli.h>
|
||||||
#include <rpm/header.h>
|
#include <rpm/header.h>
|
||||||
#include <rpm/rpmlog.h>
|
#include <rpm/rpmlog.h>
|
||||||
|
|
4
system.h
4
system.h
|
@ -151,10 +151,6 @@ typedef char * security_context_t;
|
||||||
typedef void * cap_t;
|
typedef void * cap_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if WITH_ACL
|
|
||||||
#include <acl/libacl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAVE_MCHECK_H
|
#if HAVE_MCHECK_H
|
||||||
#include <mcheck.h>
|
#include <mcheck.h>
|
||||||
#endif /* HAVE_MCHECK_H */
|
#endif /* HAVE_MCHECK_H */
|
||||||
|
|
Loading…
Reference in New Issue