From 4e67f28fb7c5f0b96577e2cca3196804caecc150 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 5 Jun 2006 23:00:02 +0000 Subject: [PATCH] Fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/include/wx/wxPython/wxPython_int.h | 3 ++- wxPython/src/_hyperlink.i | 4 ---- wxPython/src/_power.i | 6 ------ 3 files changed, 2 insertions(+), 11 deletions(-) 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 -- 2.50.0