]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-afsd-headers-20070627
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 28 Jun 2007 01:33:43 +0000 (01:33 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 28 Jun 2007 01:33:43 +0000 (01:33 +0000)
remove unneeded headers and shuffle order where necessary

src/WINNT/afsd/afsd.h
src/WINNT/afsd/cm_cell.h
src/WINNT/afsd/cm_config.c
src/WINNT/afsd/cm_ioctl.c

index bcc0e8f5ceba99a2f3e260fd9cc38865b5bb2923..82cab846ba0bfab9528687bf0c5df68fb151ec43 100644 (file)
@@ -31,8 +31,8 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long);
 #endif /* DISKCACHE95 */
 #include "cm_conn.h"
 #include "cm_aclent.h"
-#include "cm_cell.h"
 #include "cm_server.h"
+#include "cm_cell.h"
 #include "cm_scache.h"
 #include "cm_volume.h"
 #include "cm_dcache.h"
index 02a9caee2512abb0d69679959e849703d792671c..6515e5d50cb2db058125f52fe7f749ba102a2ce9 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __CELL_H_ENV_
 #define __CELL_H_ENV_ 1
 
-#include "cm_server.h"
-
 #define CELL_MAXNAMELEN                 256
 
 #define CM_CELL_MAGIC    ('C' | 'E' <<8 | 'L'<<16 | 'L'<<24)
index bca35202a54d57e748f58ad04f6d1c4139b5acb1..e009db733bd36f6d8de48dd1d276156ae0e51d36 100644 (file)
@@ -7,10 +7,6 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#include <afs/param.h>
-#include <afs/stds.h>
-#include <afs/cellconfig.h>
-
 #include <windows.h>
 #include <winsock2.h>
 #include <stdlib.h>
 #include "afsd.h"
 #include <WINNT\afssw.h>
 #include <WINNT\afsreg.h>
+
+#include <afs/param.h>
+#include <afs/stds.h>
+#include <afs/cellconfig.h>
+
 #ifdef AFS_AFSDB_ENV
 #include "cm_dns.h"
 #include <afs/afsint.h>
 #endif
 
+
+
 /* TODO: these should be pulled in from dirpath.h */
 #define AFS_THISCELL "ThisCell"
 #define AFS_CELLSERVDB_UNIX "CellServDB"
index caaae58825cac62b928e1d64ef0cdf07a1c69d21..d940effc5cd54b2c0c080931f49c47134ce26258 100644 (file)
@@ -28,7 +28,6 @@
 #include <WINNT\afsreg.h>
 
 #include "smb.h"
-#include "cm_server.h"
 
 #include <rx/rxkad.h>
 #include "afsrpc.h"