diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:52:56 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:52:56 +0200 |
commit | f978dc78b4092f3dd05255a5cd3e33d786aba359 (patch) | |
tree | d68ef062c27b181313b1f40737436915c711cc22 /system.h | |
parent | af3c8690d48a6d08eebb530a1d771169d380770d (diff) | |
download | rpm-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |