summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_afsacl.c
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2014-05-14 15:39:44 +0200
committerChristian Ambach <ambi@samba.org>2014-06-04 20:09:39 +0200
commitc3607d2edf9572e9170bc57f816068da3d1b5e04 (patch)
tree5b761619e89d7eb0b231891b3b0e10161cf8587c /source3/modules/vfs_afsacl.c
parentb7ce3f6ce3326df5c5dc1d20fed389f899a0f6f6 (diff)
downloadsamba-c3607d2edf9572e9170bc57f816068da3d1b5e04.tar.gz
samba-c3607d2edf9572e9170bc57f816068da3d1b5e04.tar.xz
samba-c3607d2edf9572e9170bc57f816068da3d1b5e04.zip
vfs_afsacl: remove unused includes
* auth.h might cause collisions with the Heimdal headers * we should not include afs/afs.h directly, see https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1319336 http://rt.central.org/rt/Ticket/Display.html?id=131737 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/modules/vfs_afsacl.c')
-rw-r--r--source3/modules/vfs_afsacl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c
index 7a3d5bd255f..ecc436efa3b 100644
--- a/source3/modules/vfs_afsacl.c
+++ b/source3/modules/vfs_afsacl.c
@@ -30,8 +30,7 @@
#define DBGC_CLASS DBGC_VFS
#include <afs/stds.h>
-#include <afs/afs.h>
-#include <afs/auth.h>
+#include <afs/afs_args.h>
#include <afs/venus.h>
#include <afs/prs_fs.h>