From a815cb29f26f2775d8199b47c1204ee6c0032344 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 30 Nov 2005 02:42:39 +0000 Subject: [PATCH] removed (now) unnecessary errno.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/string.cpp b/src/common/string.cpp index af745047fe..c2abb44c19 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -39,10 +39,6 @@ #include #include -#ifndef __WXMSW__ -#include -#endif - #ifdef __SALFORDC__ #include #endif