]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, forgot to remove the #includ
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Aug 2003 23:03:07 +0000 (23:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Aug 2003 23:03:07 +0000 (23:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/gtk/stattool.cpp
wxPython/src/stattool.i

index bf45f6bf9508651ea048dfc9f3fd96cb116e69fb..84d51797776e9963f9b9e7830f0cba6890674e7e 100644 (file)
@@ -56,7 +56,6 @@ extern PyObject *SWIG_newvarlink(void);
 
 #include "helpers.h"
 #include <wx/toolbar.h>
-#include <wx/tbarsmpl.h>
 
 
 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
index d534ae225ad9c6e78e39c3f8cdf88e85f2484e84..e8a592d9dfb7f6daa67b78cfd6cd3a995906bdf3 100644 (file)
@@ -16,7 +16,6 @@
 %{
 #include "helpers.h"
 #include <wx/toolbar.h>
-#include <wx/tbarsmpl.h>
 %}
 
 //----------------------------------------------------------------------