]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-no-more-afsdifs-20080319
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Mar 2008 15:34:48 +0000 (15:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Mar 2008 15:34:48 +0000 (15:34 +0000)
LICENSE MIT

do not include a header that no longer exists

src/WINNT/afsd/afsd.c
src/WINNT/afsd/afsd_service.c
src/WINNT/afsd/rawops.c

index b77a9d869f4acb8b66fe9bcbdb00cd134aa9c143..f296c240ebee161195da326d455c163486d0259e 100644 (file)
@@ -25,8 +25,6 @@
 #include <crtdbg.h>
 #endif
 
-#include "afsdifs.h"
-
 HANDLE main_inst;
 HWND main_wnd;
 char main_statusText[100];
index 11583fdd6d1a9cd5d57035b58e51feb67b89622b..2fe5344e970c0ad7627cfe6d8ad91e6d3848a4d4 100644 (file)
@@ -23,7 +23,6 @@
 #ifdef _DEBUG
 #include <crtdbg.h>
 #endif
-#include "afsdifs.h"
 
 //#define REGISTER_POWER_NOTIFICATIONS 1
 #include "afsd_flushvol.h"
index 03a48e3d1d9a088c1d24f9bc7ab178eb553f0a13..849a7af90cde77643a9e0eb3ec569de4754589d4 100644 (file)
@@ -10,8 +10,6 @@
 #include <osi.h>
 #include "afsd.h"
 
-#include "afsdifs.h"
-
 #define CM_BUF_SIZE            4096
 long buf_bufferSize = CM_BUF_SIZE;