summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:52:56 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:52:56 +0200
commitf978dc78b4092f3dd05255a5cd3e33d786aba359 (patch)
treed68ef062c27b181313b1f40737436915c711cc22 /system.h
parentaf3c8690d48a6d08eebb530a1d771169d380770d (diff)
downloadrpm-f978dc78b4092f3dd05255a5cd3e33d786aba359.tar.gz
rpm-f978dc78b4092f3dd05255a5cd3e33d786aba359.tar.bz2
rpm-f978dc78b4092f3dd05255a5cd3e33d786aba359.zip
Move libacl.h include out of system.h to the only place that cares
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 664b269a3..bbdcb486e 100644
--- a/system.h
+++ b/system.h
@@ -151,10 +151,6 @@ typedef char * security_context_t;
typedef void * cap_t;
#endif
-#if WITH_ACL
-#include <acl/libacl.h>
-#endif
-
#if HAVE_MCHECK_H
#include <mcheck.h>
#endif /* HAVE_MCHECK_H */