From acd3dca8bbcf856c29777b1cf58ffbe5923afe35 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 23 Mar 2005 05:48:42 +0000 Subject: [PATCH] Comment out extraneous include wx/wxprec.h (part of other commented out stuff) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/combobox.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa/combobox.mm b/src/cocoa/combobox.mm index 0ab39f3f76..b965d406bd 100644 --- a/src/cocoa/combobox.mm +++ b/src/cocoa/combobox.mm @@ -9,7 +9,7 @@ // Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/wxprec.h" +// #include "wx/wxprec.h" // // Impl notes: -- 2.45.2