Move some header file includes into fragments for UTL languages

This commit is contained in:
William S Fulton 2014-02-21 19:02:14 +00:00
commit 0d9a8721f4
16 changed files with 33 additions and 37 deletions

View file

@ -26,9 +26,7 @@
/**** The RubySequence C++ Wrap ***/
%insert(header) %{
#include <stdexcept>
%}
%fragment("<stdexcept>");
%include <std_except.i>