Move libacl.h include out of system.h to the only place that cares

This commit is contained in:
Panu Matilainen 2010-01-05 11:52:56 +02:00
parent af3c8690d4
commit f978dc78b4
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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 */