diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-01 15:08:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-01 15:08:52 -0700 |
commit | 91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f (patch) | |
tree | 99489ac15e0ae262f2c0bb9a477a08c6282f47b6 /host/examples | |
parent | 792fad3afca0eb45fdc3eb27b5d1678c507d4724 (diff) | |
download | uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.gz uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.tar.bz2 uhd-91ef18021c0f0f5fe8ff7705e23b5f1a6b25162f.zip |
moved props into usrp and multiple hpp files
Diffstat (limited to 'host/examples')
-rw-r--r-- | host/examples/rx_timed_samples.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/examples/rx_timed_samples.cpp b/host/examples/rx_timed_samples.cpp index 88e112584..b3516e686 100644 --- a/host/examples/rx_timed_samples.cpp +++ b/host/examples/rx_timed_samples.cpp @@ -17,7 +17,6 @@ #include <uhd/utils/safe_main.hpp> #include <uhd/simple_device.hpp> -#include <uhd/props.hpp> #include <boost/program_options.hpp> #include <boost/format.hpp> #include <iostream> |