]> git.saurik.com Git - wxWidgets.git/commitdiff
Move #include of srchctrl.h to wxPython_int.h
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 07:19:22 +0000 (07:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 07:19:22 +0000 (07:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/include/wx/wxPython/wxPython_int.h
wxPython/src/_srchctrl.i

index 447b17c2340755d961a8b1e0c246b3e671f38fdc..9d36adf324b0d0c43e581ae963e64ad40f9fdac6 100644 (file)
@@ -79,6 +79,7 @@
 #include <wx/filepicker.h>
 #include <wx/fontpicker.h>    
 #include <wx/collpane.h>
+#include <wx/srchctrl.h>
 
 
 #ifdef _MSC_VER
index 13516b6a50df2b38d140852ba055d96ee1d38223..6e9bc69703030919cd418649e77084dc0c0daf1e 100644 (file)
 
 // Not a %module
 
-%{
-#include <wx/srchctrl.h>
-%}
-
 //---------------------------------------------------------------------------
 %newgroup