From: Jeffrey Altman Date: Sun, 30 Nov 2003 15:39:33 +0000 (+0000) Subject: remove-duplicate-include-from-shell-ext-cpp-20031130 X-Git-Tag: openafs-devel-1_3_51~70 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6b375af14f6cfe6d6cc02a68b6c437853a640160;p=packages%2Fo%2Fopenafs.git remove-duplicate-include-from-shell-ext-cpp-20031130 Remove atlconv.h include the second time it is listed --- diff --git a/src/WINNT/client_exp/shell_ext.cpp b/src/WINNT/client_exp/shell_ext.cpp index c44fe4949..15ecd8afc 100644 --- a/src/WINNT/client_exp/shell_ext.cpp +++ b/src/WINNT/client_exp/shell_ext.cpp @@ -28,9 +28,6 @@ extern "C" { #include "auth_dlg.h" #include "submounts_dlg.h" #include "make_symbolic_link_dlg.h" -#if (_MSC_VER<=1200) -#include -#endif #ifdef _DEBUG #define new DEBUG_NEW