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

(cherry picked from commit 9ca8794ed4561e977df075a636869f308ef1f778)

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

index 966849b904d85abf0e79cdb33f2cc659439988d7..8388238fc18aae814a5126b4af2ebe7a0b86ee4c 100644 (file)
@@ -40,8 +40,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 ab8e5d7d35d6d3f81cf2ecd0c4e9c1609da3f9e4..23db7f00f7119334a1e7d834ebb07057b793f207 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>
-
 #ifndef DJGPP
 #include <windows.h>
 #include <winsock2.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 */
 #if !defined(DJGPP) && !defined(AFS_WIN95_ENV)
 #define AFS_THISCELL "ThisCell"
index c012f6de2967ec47ddbc015a51bca97b8c5c37dc..d8258437cfbc26f501e85b93497106c77545ab5d 100644 (file)
@@ -32,7 +32,6 @@
 #include <WINNT\afsreg.h>
 
 #include "smb.h"
-#include "cm_server.h"
 
 #ifndef DJGPP
 #include <rx/rxkad.h>