From eaa6418668bef80dda53dc139935882f9fa8356a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 7 Jan 2003 16:49:22 +0000 Subject: [PATCH] Removed redundant inclusion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dynarray.cpp | 3 --- src/common/encconv.cpp | 3 --- src/common/list.cpp | 3 --- src/common/string.cpp | 3 --- 4 files changed, 12 deletions(-) diff --git a/src/common/dynarray.cpp b/src/common/dynarray.cpp index c492d271bc..4d0ee51d28 100644 --- a/src/common/dynarray.cpp +++ b/src/common/dynarray.cpp @@ -28,9 +28,6 @@ #include #include // for memmove -#ifdef __WINE__ -#include -#endif #ifndef max #define max(a, b) (((a) > (b)) ? (a) : (b)) diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index 9c7d0d3ee6..e4763473e5 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -23,9 +23,6 @@ #include "wx/encconv.h" #include -#ifdef __WINE__ -#include -#endif // conversion tables, generated by scripts in $(WXWIN)/misc/unictabl: #ifdef __BORLANDC__ diff --git a/src/common/list.cpp b/src/common/list.cpp index 54310edb27..e94aa517a8 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -31,9 +31,6 @@ #include #include #include -#ifdef __WINE__ -#include -#endif #ifndef WX_PRECOMP #include "wx/defs.h" diff --git a/src/common/string.cpp b/src/common/string.cpp index a8aefaac76..5c2e7edede 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -41,9 +41,6 @@ #include #include #include -#ifdef __WINE__ -#include -#endif #ifdef __SALFORDC__ #include