diff options
author | Ted Ross <tross@apache.org> | 2010-07-30 13:43:30 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-07-30 13:43:30 +0000 |
commit | 8e245593301ca04874701e5915812a00a2d918db (patch) | |
tree | bc6c3f53208453820c421dc29239bab5d396dba4 /cpp | |
parent | 1a77591f0be78a1cbdce08949a5639b3ef0d0915 (diff) | |
download | qpid-python-8e245593301ca04874701e5915812a00a2d918db.tar.gz |
QPID-2777
Removed unneeded swig include files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qpid/python/python.i | 2 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/ruby.i | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cpp/bindings/qpid/python/python.i b/cpp/bindings/qpid/python/python.i index e69c6b01cc..690ce57d85 100644 --- a/cpp/bindings/qpid/python/python.i +++ b/cpp/bindings/qpid/python/python.i @@ -19,8 +19,6 @@ %module qpidw %include "std_string.i" -%include "std_map.i" -%include "std_list.i" %include "../../swig_python_typemaps.i" /* Define the general-purpose exception handling */ diff --git a/cpp/bindings/qpid/ruby/ruby.i b/cpp/bindings/qpid/ruby/ruby.i index 926548b3ee..baabeaede2 100644 --- a/cpp/bindings/qpid/ruby/ruby.i +++ b/cpp/bindings/qpid/ruby/ruby.i @@ -19,8 +19,6 @@ %module qpidw %include "std_string.i" -%include "std_map.i" -%include "std_list.i" %include "../../swig_ruby_typemaps.i" /* Define the general-purpose exception handling */ |