Remove std::iostream relicts from generated v8 wrapper code.

This commit is contained in:
Oliver Buchtala 2013-05-03 18:23:36 +02:00
commit b511e33121
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
#include <v8.h>
#include <errno.h>
#include <limits.h>
#include <iostream>
%}
%insert(runtime) "swigrun.swg"; /* SWIG API */