summaryrefslogtreecommitdiff
path: root/Lib/constraints.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-26 09:28:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-26 09:28:20 +0000
commitcfdad249937a030cf035bb3509278f29a44191ea (patch)
tree46389a9f7a07dbd265dd1e21ccb38cefe7fb2d3b /Lib/constraints.i
parent55a48adb5bd5053ee995637a6b6f65efbc0446d0 (diff)
downloadswig-cfdad249937a030cf035bb3509278f29a44191ea.tar.gz
Use the system angle brackets for %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/constraints.i')
-rw-r--r--Lib/constraints.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/constraints.i b/Lib/constraints.i
index e85485b7d..818aebc63 100644
--- a/Lib/constraints.i
+++ b/Lib/constraints.i
@@ -9,7 +9,7 @@
#ifdef AUTODOC
%text %{
-%include constraints.i
+%include <constraints.i>
This library provides support for applying constraints to function
arguments. Using a constraint, you can restrict arguments to be
@@ -64,7 +64,7 @@ If you have used typedef to change type-names, you can also do this :
%}
#endif
-%include exception.i
+%include <exception.i>
#ifdef SWIGCSHARP
// Required attribute for C# exception handling