]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynarray.cpp
fixed typo in library name
[wxWidgets.git] / src / common / dynarray.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))