From 909b16f6294d47cae7be032cd2bcab6874ad31af Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Jun 2006 20:50:01 +0000 Subject: [PATCH] Make the picker headers accessible to all git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/include/wx/wxPython/wxPython_int.h | 4 ++++ wxPython/src/_picker.i | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) 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, }; -- 2.50.0