diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2015-05-10 11:49:28 +0100 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2015-05-10 11:49:28 +0100 |
commit | b4c441f62ee434f5428be03162add4d20cf42471 (patch) | |
tree | 4f2ec69d4aa254b6903b955d9a5508e96ebff0a6 /Examples/perl5 | |
parent | 775afd3579ede9d434bb8a4ca3d800a8f9178137 (diff) | |
download | swig-b4c441f62ee434f5428be03162add4d20cf42471.tar.gz |
Remove unused std_string.i from callback examples
Diffstat (limited to 'Examples/perl5')
-rw-r--r-- | Examples/perl5/callback/example.i | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/perl5/callback/example.i b/Examples/perl5/callback/example.i index 5f9072e61..821a9e6b5 100644 --- a/Examples/perl5/callback/example.i +++ b/Examples/perl5/callback/example.i @@ -4,8 +4,6 @@ #include "example.h" %} -%include "std_string.i" - /* turn on director wrapping Callback */ %feature("director") Callback; |