From: Jeffrey Altman Date: Tue, 27 Apr 2004 02:26:01 +0000 (+0000) Subject: no-mfc-20040427 X-Git-Tag: openafs-devel-1_3_64~46 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f4cc1fdc491e7e217686d22673d17acd882e7153;p=packages%2Fo%2Fopenafs.git no-mfc-20040427 remove the reference to afx.h. there is no reason to bring in MFC for lanahelper.lib. (thanks to Andrei) --- diff --git a/src/WINNT/afsd/lanahelper.cpp b/src/WINNT/afsd/lanahelper.cpp index bd055058b..625102730 100644 --- a/src/WINNT/afsd/lanahelper.cpp +++ b/src/WINNT/afsd/lanahelper.cpp @@ -1,4 +1,3 @@ -#include #include #include #include @@ -9,13 +8,13 @@ #include #include #include +#include #include #define NOLOGGING #ifndef NOLOGGING extern "C" { -#include -#include +#include void afsi_log(TCHAR *p, ...) { va_list marker;