Fix fragments in Ruby for old typemaps

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
diff --git a/Lib/ruby/typemaps.i b/Lib/ruby/typemaps.i
index c80f949..2492e2e 100644
--- a/Lib/ruby/typemaps.i
+++ b/Lib/ruby/typemaps.i
@@ -141,8 +141,6 @@
 output values. 
 */
 
-%include "fragments.i"
-		
 %define OUTPUT_TYPEMAP(type, converter, convtype)
 %typemap(in,numinputs=0) type *OUTPUT($*1_ltype temp), type &OUTPUT($*1_ltype temp) "$1 = &temp;";
 %typemap(argout, fragment="output_helper") type *OUTPUT, type &OUTPUT {