fix inclusion of complex.h

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-03-18 21:18:16 +00:00
commit 109f79377c

View file

@ -8,7 +8,6 @@
* ISO C99: 7.3 Complex arithmetic <complex.h>
*/
%fragment("<complex.h>","header")
%{
#include <complex.h>
%}