diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-21 16:53:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-21 16:53:50 -0700 |
commit | d66efda608db9f6a1c2ab64659556b53810d87b7 (patch) | |
tree | edee79716e8a29cb3f21ebb148d2a6f6bbed347a /host/lib/simple_device.cpp | |
parent | d1ecc555e53770f1a5608000352f56f48c36c310 (diff) | |
download | uhd-d66efda608db9f6a1c2ab64659556b53810d87b7.tar.gz uhd-d66efda608db9f6a1c2ab64659556b53810d87b7.tar.bz2 uhd-d66efda608db9f6a1c2ab64659556b53810d87b7.zip |
Added ability to load modules at runtime
(specified by environment variable path).
Added a demo test module as well.
Diffstat (limited to 'host/lib/simple_device.cpp')
-rw-r--r-- | host/lib/simple_device.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/simple_device.cpp b/host/lib/simple_device.cpp index 045318c6b..ba1966e0d 100644 --- a/host/lib/simple_device.cpp +++ b/host/lib/simple_device.cpp @@ -21,7 +21,6 @@ #include <uhd/props.hpp> #include <uhd/types.hpp> #include <boost/algorithm/string.hpp> -#include <boost/algorithm/string/trim.hpp> #include <boost/foreach.hpp> #include <boost/format.hpp> #include <stdexcept> |