From: David Elliott Date: Wed, 23 Mar 2005 05:48:42 +0000 (+0000) Subject: Comment out extraneous include wx/wxprec.h (part of other commented out stuff) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/acd3dca8bbcf856c29777b1cf58ffbe5923afe35 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 --- 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: