vfs_afsacl: remove unused includes
authorChristian Ambach <ambi@samba.org>
Wed, 14 May 2014 13:39:44 +0000 (15:39 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 4 Jun 2014 18:09:39 +0000 (20:09 +0200)
* 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>
source3/modules/vfs_afsacl.c

index 7a3d5bd255fb3a65836c85584799312b4f03027a..ecc436efa3bdbae26be63b73bd55ea6caca6f47f 100644 (file)
@@ -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>