summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-20 20:18:37 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-20 20:18:37 +0000
commita984b01cc5de496faffa4a886066d99c02960931 (patch)
tree0821ad12bd0980940c6ec7327cccec04a1c3b10c
parent90847fb49ea78965a29a8fb1f2f1fa75c8fd4427 (diff)
downloadswig-rel-2.0.2.tar.gz
Remove unnecessary header, which bizarrely broke the mingw build on linuxv2.0.2rel-2.0.2
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12506 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Source/Modules/go.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Modules/go.cxx b/Source/Modules/go.cxx
index eebe0b0b6..9ccebd24f 100644
--- a/Source/Modules/go.cxx
+++ b/Source/Modules/go.cxx
@@ -12,7 +12,6 @@ char cvsroot_go_cxx[] = "$Id";
#include "swigmod.h"
#include "cparse.h"
#include <ctype.h>
-#include <string>
class GO:public Language {
static const char *const usage;