windows-afsd-no-krb_h-20070226
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Feb 2007 01:30:39 +0000 (01:30 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Feb 2007 01:30:39 +0000 (01:30 +0000)
Don't include krb.h when we don't use it for anything

src/WINNT/afsd/afsd.h

index db89733..bcc0e8f 100644 (file)
@@ -20,15 +20,8 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long);
 
 #include <nb30.h>
 
-#include "afsdicon.h"
-
 #include "cm.h"
 
-#include "krb.h"
-#include "krb_prot.h"
-/*#include <crypt.h>*/
-#include <afs/prs_fs.h>
-
 #include <osi.h>
 #include "cm_config.h"
 #include "cm_user.h"
@@ -59,6 +52,7 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long);
 
 #include <afs/vldbint.h>
 #include <afs/afsint.h>
+#include <afs/prs_fs.h>
 
 #define AFS_DAEMON_SERVICE_NAME AFSREG_CLT_SVC_NAME
 #define AFS_DAEMON_EVENT_NAME   AFSREG_CLT_SW_NAME