diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index 74c15c9e6a..1388d0e2d7 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -71,7 +71,8 @@ #include #include #include - +#include +#include #ifdef _MSC_VER diff --git a/wxPython/src/_hyperlink.i b/wxPython/src/_hyperlink.i index 0115bca95f..eb4e898fe5 100644 --- a/wxPython/src/_hyperlink.i +++ b/wxPython/src/_hyperlink.i @@ -15,10 +15,6 @@ //--------------------------------------------------------------------------- -%{ -#include -%} - MAKE_CONST_WXSTRING(HyperlinkCtrlNameStr); enum { diff --git a/wxPython/src/_power.i b/wxPython/src/_power.i index 318891a495..cbc3bcfa4f 100644 --- a/wxPython/src/_power.i +++ b/wxPython/src/_power.i @@ -15,12 +15,6 @@ //--------------------------------------------------------------------------- %newgroup -%{ -#include -%} - - - %{ #ifndef wxHAS_POWER_EVENTS // Dummy class and other definitions for platforms that don't have them