From 28459a0d28ebfd873bc6b1a799e4c96bc58a8e6f Mon Sep 17 00:00:00 2001 From: George Tasker Date: Thu, 20 Jan 2000 14:16:43 +0000 Subject: [PATCH] Commented out the #include of as it should not be needed any longer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/odbc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/odbc.h b/include/wx/odbc.h index 08587be677..ca7e8fae8f 100644 --- a/include/wx/odbc.h +++ b/include/wx/odbc.h @@ -20,9 +20,9 @@ #ifndef _WX_ODBCH__ #define _WX_ODBCH__ -#ifdef __WXMSW__ -#include -#endif +//#ifdef __WXMSW__ +//#include +//#endif #ifdef __UNIX__