aboutsummaryrefslogtreecommitdiff
path: root/Lib/perl5
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-21 19:02:14 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-21 19:02:14 +0000
commit0d9a8721f46a7ab0ca168edb97c410566ead026d (patch)
treec839636dc1d0be1e7b4f89ef0059a75ebe4ee775 /Lib/perl5
parentd55692c31e72f8a5f99bf78eb2f37f4ba52479a7 (diff)
downloadswig-0d9a8721f46a7ab0ca168edb97c410566ead026d.tar.gz
Move some header file includes into fragments for UTL languages
Diffstat (limited to 'Lib/perl5')
-rw-r--r--Lib/perl5/std_list.i4
-rw-r--r--Lib/perl5/std_map.i4
-rw-r--r--Lib/perl5/std_vector.i4
3 files changed, 6 insertions, 6 deletions
diff --git a/Lib/perl5/std_list.i b/Lib/perl5/std_list.i
index ea264d6a1..8248ca679 100644
--- a/Lib/perl5/std_list.i
+++ b/Lib/perl5/std_list.i
@@ -36,9 +36,9 @@
%{
#include <list>
-#include <algorithm>
-#include <stdexcept>
%}
+%fragment("<algorithm>");
+%fragment("<stdexcept>");
// exported class
diff --git a/Lib/perl5/std_map.i b/Lib/perl5/std_map.i
index e7812f38a..493307dd9 100644
--- a/Lib/perl5/std_map.i
+++ b/Lib/perl5/std_map.i
@@ -12,9 +12,9 @@
%{
#include <map>
-#include <algorithm>
-#include <stdexcept>
%}
+%fragment("<algorithm>");
+%fragment("<stdexcept>");
// exported class
diff --git a/Lib/perl5/std_vector.i b/Lib/perl5/std_vector.i
index a3998ff92..860cdba7e 100644
--- a/Lib/perl5/std_vector.i
+++ b/Lib/perl5/std_vector.i
@@ -32,9 +32,9 @@
%{
#include <vector>
-#include <algorithm>
-#include <stdexcept>
%}
+%fragment("<algorithm>");
+%fragment("<stdexcept>");
// exported class