From c3607d2edf9572e9170bc57f816068da3d1b5e04 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Wed, 14 May 2014 15:39:44 +0200 Subject: 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 Reviewed-by: Andrew Bartlett --- source3/modules/vfs_afsacl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index 7a3d5bd255..ecc436efa3 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -30,8 +30,7 @@ #define DBGC_CLASS DBGC_VFS #include -#include -#include +#include #include #include -- cgit