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
This commit is contained in:
Vadim Zeitlin
2002-11-04 17:40:13 +00:00
parent 05ae76ec1d
commit fe164e5138
2 changed files with 1 additions and 6 deletions

View File

@@ -105,7 +105,6 @@
#include <unix.h>
#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 <sys/cygwin.h>
#endif
#include <wchar.h>
#ifndef __TWIN32__
#include <sys/unistd.h>
#endif

View File

@@ -46,10 +46,6 @@
#include <io.h>
#include <sys/stat.h>
#ifdef __GNUWIN32__
#include <wchar.h>
#endif
#ifdef __VISUALC__
#include <direct.h>
#endif