From 46d352b4e309b26669f837b15a71b582d69d905c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 17 Feb 2011 11:58:26 -0500 Subject: [PATCH] Move afs includes to be before sudo ones --HG-- branch : 1.7 --- auth/afs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/afs.c b/auth/afs.c index f436289f7..393605a90 100644 --- a/auth/afs.c +++ b/auth/afs.c @@ -43,12 +43,12 @@ #endif /* HAVE_UNISTD_H */ #include -#include "sudo.h" -#include "sudo_auth.h" - #include #include +#include "sudo.h" +#include "sudo_auth.h" + int afs_verify(pw, pass, auth) struct passwd *pw; -- 2.40.0