summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorEric Blossom2010-11-17 13:54:04 -0800
committerEric Blossom2010-11-17 13:54:04 -0800
commit4eadee57c588940347027c7e7f99ac7e993874fd (patch)
treec1bf2c62fabd5f667ed4ff5f4cb15f216e3dedd2 /gr-uhd
parentcfb2ff29a33e05b74cc80f3b68609af6bafc96ca (diff)
downloadgnuradio-4eadee57c588940347027c7e7f99ac7e993874fd.tar.gz
gnuradio-4eadee57c588940347027c7e7f99ac7e993874fd.tar.bz2
gnuradio-4eadee57c588940347027c7e7f99ac7e993874fd.zip
Add support for guile std::vector< std::complex<float> >.
Diffstat (limited to 'gr-uhd')
-rw-r--r--gr-uhd/swig/uhd_swig.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i
index 8486b24a5..b3abf29be 100644
--- a/gr-uhd/swig/uhd_swig.i
+++ b/gr-uhd/swig/uhd_swig.i
@@ -42,8 +42,6 @@
// standard includes
////////////////////////////////////////////////////////////////////////
%include "gnuradio.i"
-%include "std_string.i"
-%include "std_vector.i"
namespace std {
%template(StringVector) vector<string>;