From: Robin Dunn Date: Sat, 17 Jun 2006 20:50:01 +0000 (+0000) Subject: Make the picker headers accessible to all X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/909b16f6294d47cae7be032cd2bcab6874ad31af Make the picker headers accessible to all git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index d458cd5077..dac352d95d 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -73,6 +73,10 @@ #include #include #include +#include +#include +#include +#include #ifdef _MSC_VER diff --git a/wxPython/src/_picker.i b/wxPython/src/_picker.i index 089711b0a4..a324df1275 100644 --- a/wxPython/src/_picker.i +++ b/wxPython/src/_picker.i @@ -16,14 +16,6 @@ //--------------------------------------------------------------------------- %newgroup -%{ -#include -#include -#include -#include -%} - - enum { wxPB_USE_TEXTCTRL, };