From 6b375af14f6cfe6d6cc02a68b6c437853a640160 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 30 Nov 2003 15:39:33 +0000 Subject: [PATCH] remove-duplicate-include-from-shell-ext-cpp-20031130 Remove atlconv.h include the second time it is listed --- src/WINNT/client_exp/shell_ext.cpp | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5