diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-07-22 11:08:29 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-07-22 11:08:29 +0000 |
commit | 0249eea38995dfc6689c78cde861b7ec2b6b4af2 (patch) | |
tree | 2167968da455599eafe0acbf490fd3bf0f919f90 /Examples/python | |
parent | 8ec7035eee6e542b824e5f988a3fd1ce1a8eb10c (diff) | |
download | swig-0249eea38995dfc6689c78cde861b7ec2b6b4af2.tar.gz |
Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python')
-rw-r--r-- | Examples/python/callback/example.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/python/callback/example.h b/Examples/python/callback/example.h index 1a0e8c432..2a0194999 100644 --- a/Examples/python/callback/example.h +++ b/Examples/python/callback/example.h @@ -1,6 +1,5 @@ /* File : example.h */ -#include <cstdio> #include <iostream> class Callback { |