diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-25 09:38:27 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-25 09:38:27 +0000 |
commit | 891f580300d8d8eb5e258bdc31c881e73aa6ad38 (patch) | |
tree | 6ba39fc00b9be3988321b9274281f1efe2ad5f28 /source3/include | |
parent | 3c39539ddf5edce614559e1a84aeda53416a1850 (diff) | |
download | samba-891f580300d8d8eb5e258bdc31c881e73aa6ad38.tar.gz samba-891f580300d8d8eb5e258bdc31c881e73aa6ad38.tar.bz2 samba-891f580300d8d8eb5e258bdc31c881e73aa6ad38.zip |
Header files should not include includes.h - therein lies maddness, particuarly
if we ever want to get rid of the magic macros.
(This used to be commit 13f33e466ed31d35221157d6b3a1a05507157b66)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb_acls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb_acls.h b/source3/include/smb_acls.h index 3ed670d38b..e7edb62bde 100644 --- a/source3/include/smb_acls.h +++ b/source3/include/smb_acls.h @@ -20,9 +20,6 @@ #ifndef _SMB_ACLS_H #define _SMB_ACLS_H - -#include "includes.h" - #if defined(HAVE_POSIX_ACLS) /* This is an identity mapping (just remove the SMB_). */ |