summaryrefslogtreecommitdiffstats
path: root/host/lib/simple_device.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-21 16:53:50 -0700
committerJosh Blum <josh@joshknows.com>2010-03-21 16:53:50 -0700
commitd66efda608db9f6a1c2ab64659556b53810d87b7 (patch)
treeedee79716e8a29cb3f21ebb148d2a6f6bbed347a /host/lib/simple_device.cpp
parentd1ecc555e53770f1a5608000352f56f48c36c310 (diff)
downloaduhd-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.cpp1
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>