Oops, forgot to remove the #includ

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-08-22 23:03:07 +00:00
parent 318553524d
commit f89fa59caa
2 changed files with 0 additions and 2 deletions

View 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) {

View File

@ -16,7 +16,6 @@
%{
#include "helpers.h"
#include <wx/toolbar.h>
#include <wx/tbarsmpl.h>
%}
//----------------------------------------------------------------------