diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:39:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 21a78b88cc56731793f41a04114ec7277f723147 (patch) | |
tree | bfb488231a80f19acffc0c5091d83cdb68fc1f51 /source3 | |
parent | 739ca0e7db7acfd9d560ae361fd29f96f87c5755 (diff) | |
download | samba-21a78b88cc56731793f41a04114ec7277f723147.tar.gz samba-21a78b88cc56731793f41a04114ec7277f723147.tar.bz2 samba-21a78b88cc56731793f41a04114ec7277f723147.zip |
s3-includes: only include system/capability.h when needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 1 | ||||
-rw-r--r-- | source3/lib/system.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 6cd90ca4b4..43d7c7be4a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -68,7 +68,6 @@ #endif #endif /* RELIANTUNIX */ -#include "system/capability.h" #include "system/dir.h" #include "system/filesys.h" #include "system/locale.h" diff --git a/source3/lib/system.c b/source3/lib/system.c index 41eb38c406..316e8ff61b 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/syslog.h" +#include "system/capability.h" #ifdef HAVE_SYS_PRCTL_H #include <sys/prctl.h> |