projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00dc67b
)
removed (now) unnecessary errno.h include
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 30 Nov 2005 02:42:39 +0000
(
02:42
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 30 Nov 2005 02:42:39 +0000
(
02:42
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36292
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/string.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/string.cpp
b/src/common/string.cpp
index af745047fe2f08e2b0f431940396b3638fd2b683..c2abb44c199f66bed3f20588f222ddae563a9827 100644
(file)
--- a/
src/common/string.cpp
+++ b/
src/common/string.cpp
@@
-39,10
+39,6
@@
#include <string.h>
#include <stdlib.h>
-#ifndef __WXMSW__
-#include <errno.h>
-#endif
-
#ifdef __SALFORDC__
#include <clib.h>
#endif