]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-afsd-no-krb_h-20070226
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Feb 2007 01:32:09 +0000 (01:32 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Feb 2007 01:32:09 +0000 (01:32 +0000)
Don't include krb.h when we don't use it for anything

(cherry picked from commit b8d09aff6a695041dde2ef7aca7bfe39ceef7a01)

src/WINNT/afsd/afsd.h

index 3133a8c44cd7235c81807fdc4e0fbd453a47faf4..966849b904d85abf0e79cdb33f2cc659439988d7 100644 (file)
@@ -29,15 +29,8 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long);
 #include "largeint95.h"
 #endif /* !DJGPP */
 
-#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"
@@ -72,6 +65,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