]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant <search.h> inclusion
authorJulian Smart <julian@anthemion.co.uk>
Tue, 7 Jan 2003 16:49:22 +0000 (16:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 7 Jan 2003 16:49:22 +0000 (16:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dynarray.cpp
src/common/encconv.cpp
src/common/list.cpp
src/common/string.cpp

index c492d271bc21c964ef6f6176e722422b9ce85d8c..4d0ee51d2867fc54067fef5ee9eae2dbebb43b71 100644 (file)
@@ -28,9 +28,6 @@
 
 #include <stdlib.h>
 #include <string.h> // for memmove
-#ifdef __WINE__
-#include <search.h>
-#endif
 
 #ifndef max
   #define max(a, b)   (((a) > (b)) ? (a) : (b))
index 9c7d0d3ee6a929896a3b446a08ad871118112607..e4763473e5aa20bf086c6b7ba6e4c87f5203fc2c 100644 (file)
@@ -23,9 +23,6 @@
 #include "wx/encconv.h"
 
 #include <stdlib.h>
-#ifdef __WINE__
-#include <search.h>
-#endif
 
 // conversion tables, generated by scripts in $(WXWIN)/misc/unictabl:
 #ifdef __BORLANDC__
index 54310edb27bf72a332cee7c3b5925e6abdc64d02..e94aa517a827b61ba52324dec3c76594d229af5f 100644 (file)
@@ -31,9 +31,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef __WINE__
-#include <search.h>
-#endif
 
 #ifndef WX_PRECOMP
     #include "wx/defs.h"
index a8aefaac76e940e33b07cb9e038903de74812089..5c2e7ededed227b08c5e6c6ac75325ec315d5dc4 100644 (file)
@@ -41,9 +41,6 @@
 #include <ctype.h>
 #include <string.h>
 #include <stdlib.h>
-#ifdef __WINE__
-#include <search.h>
-#endif
 
 #ifdef __SALFORDC__
   #include <clib.h>