From caa055b7fb16cdf2eaaf3532d2f6e9dbef2a3ac1 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 10 Apr 2011 00:29:36 +0000 Subject: [PATCH] Remove C++ header breaking C tests git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12626 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pywstrings.swg | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/python/pywstrings.swg b/Lib/python/pywstrings.swg index 37b1f14ca..619bdd555 100644 --- a/Lib/python/pywstrings.swg +++ b/Lib/python/pywstrings.swg @@ -3,8 +3,6 @@ * ------------------------------------------------------------ */ %{ -#include - #if PY_VERSION_HEX >= 0x03020000 # define SWIGPY_UNICODE_ARG(obj) ((PyObject*) (obj)) #else