Removed superfluous conditional include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2003-08-24 09:56:16 +00:00
parent 8db75328d6
commit 22d0d332bd

View File

@@ -39,10 +39,6 @@
#include <ctype.h>
#endif
#ifdef __EMX__
#include <std.h>
#endif
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
// problem in VACPP V4 with including stdlib.h multiple times
// strconv includes it anyway