From: Robin Dunn Date: Mon, 11 Dec 2006 07:19:22 +0000 (+0000) Subject: Move #include of srchctrl.h to wxPython_int.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ece5ecd8fb5d9e20d847825b4cf0b21555df501f Move #include of srchctrl.h to wxPython_int.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index 447b17c234..9d36adf324 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -79,6 +79,7 @@ #include #include #include +#include #ifdef _MSC_VER diff --git a/wxPython/src/_srchctrl.i b/wxPython/src/_srchctrl.i index 13516b6a50..6e9bc69703 100644 --- a/wxPython/src/_srchctrl.i +++ b/wxPython/src/_srchctrl.i @@ -12,10 +12,6 @@ // Not a %module -%{ -#include -%} - //--------------------------------------------------------------------------- %newgroup