From f4cc1fdc491e7e217686d22673d17acd882e7153 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 27 Apr 2004 02:26:01 +0000 Subject: [PATCH] no-mfc-20040427 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/WINNT/afsd/lanahelper.cpp b/src/WINNT/afsd/lanahelper.cpp index bd055058b8..6251027303 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;