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, };