From fe164e5138b583816a1255412656e33af084b3d6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Nov 2002 17:40:13 +0000 Subject: [PATCH] removed unneeded #include wchar.h (it should only be done from wxchar.h which has workaround for cygwin bug in wchar.h) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filefn.cpp | 3 +-- src/msw/mslu.cpp | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 2838831a96..aa463b5dfd 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -105,7 +105,6 @@ #include #endif -#include "wx/setup.h" #include "wx/log.h" // No, Cygwin doesn't appear to have fnmatch.h after all. @@ -124,7 +123,7 @@ #ifdef __CYGWIN__ #include #endif - #include + #ifndef __TWIN32__ #include #endif diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index 6975dc0ded..2d457db69e 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -46,10 +46,6 @@ #include #include -#ifdef __GNUWIN32__ - #include -#endif - #ifdef __VISUALC__ #include #endif