Removed unused typemap file includes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5114 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d048188454
commit
e228a66c5e
4 changed files with 0 additions and 8 deletions
|
|
@ -11,8 +11,6 @@ public:
|
|||
|
||||
%}
|
||||
|
||||
%include "typemaps.i"
|
||||
%include "exception.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%feature("director") Foo;
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ public:
|
|||
|
||||
%}
|
||||
|
||||
%include "typemaps.i"
|
||||
%include "exception.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%feature("director") Foo;
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@ class SWIG_DIRECTOR_METHOD_EXCEPTION: public SWIG_DIRECTOR_EXCEPTION {};
|
|||
|
||||
%}
|
||||
|
||||
%include "typemaps.i"
|
||||
%include "exception.i"
|
||||
%include "std_string.i"
|
||||
|
||||
#ifdef SWIGPYTHON
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@ public:
|
|||
|
||||
%}
|
||||
|
||||
%include "typemaps.i"
|
||||
%include "exception.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%feature("director") Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue