Remove C++ header breaking C tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12626 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-04-10 00:29:36 +00:00
commit caa055b7fb

View file

@ -3,8 +3,6 @@
* ------------------------------------------------------------ */
%{
#include <iostream>
#if PY_VERSION_HEX >= 0x03020000
# define SWIGPY_UNICODE_ARG(obj) ((PyObject*) (obj))
#else