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
This commit is contained in:
Robin Dunn
2006-12-11 07:19:22 +00:00
parent 3f7f284d55
commit ece5ecd8fb
2 changed files with 1 additions and 4 deletions

View File

@@ -79,6 +79,7 @@
#include <wx/filepicker.h> #include <wx/filepicker.h>
#include <wx/fontpicker.h> #include <wx/fontpicker.h>
#include <wx/collpane.h> #include <wx/collpane.h>
#include <wx/srchctrl.h>
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@@ -12,10 +12,6 @@
// Not a %module // Not a %module
%{
#include <wx/srchctrl.h>
%}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
%newgroup %newgroup