no-mfc-20040427
authorJeffrey Altman <jaltman@mit.edu>
Tue, 27 Apr 2004 02:26:01 +0000 (02:26 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Apr 2004 02:26:01 +0000 (02:26 +0000)
remove the reference to afx.h.  there is no reason to bring in MFC
for lanahelper.lib.  (thanks to Andrei)

src/WINNT/afsd/lanahelper.cpp

index bd05505..6251027 100644 (file)
@@ -1,4 +1,3 @@
-#include <afx.h>
 #include <windows.h>
 #include <winreg.h>
 #include <nb30.h>
@@ -9,13 +8,13 @@
 #include <wtypes.h>
 #include <string.h>
 #include <malloc.h>
+#include <stdio.h>
 #include <lanahelper.h>
 
 #define NOLOGGING
 #ifndef NOLOGGING
 extern "C" {
-#include<stdio.h>
-#include<stdarg.h>
+#include <stdarg.h>
 
     void afsi_log(TCHAR *p, ...) {
         va_list marker;