From 6bcd3626937113760b147008948c0d1e2ef05749 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 19 Mar 2003 20:51:55 +0000 Subject: [PATCH] remove unnecessary header file as it causes linking problems on Mingw git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4580 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/java/multimap/example.c | 1 - 1 file changed, 1 deletion(-) diff --git a/SWIG/Examples/java/multimap/example.c b/SWIG/Examples/java/multimap/example.c index d135481af..d8cbdc74d 100644 --- a/SWIG/Examples/java/multimap/example.c +++ b/SWIG/Examples/java/multimap/example.c @@ -1,7 +1,6 @@ /* File : example.c */ #include #include -#include /* Compute the greatest common divisor of positive integers */ int gcd(int x, int y) {