diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-26 12:01:03 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-26 12:01:03 -0800 |
commit | a4452018d17329ca02fbda85cc6b6ac21084094a (patch) | |
tree | c5593919cba55dc3033b56931ab80c4df4f17cdf /host/apps | |
parent | 5715b2c4937ca094ca8f1d9d9b55c4edcc959981 (diff) | |
download | uhd-a4452018d17329ca02fbda85cc6b6ac21084094a.tar.gz uhd-a4452018d17329ca02fbda85cc6b6ac21084094a.tar.bz2 uhd-a4452018d17329ca02fbda85cc6b6ac21084094a.zip |
removed empty uhd.hpp and cpp files
Diffstat (limited to 'host/apps')
-rw-r--r-- | host/apps/discover_usrps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/discover_usrps.cpp b/host/apps/discover_usrps.cpp index 7e8c21673..5172a4a26 100644 --- a/host/apps/discover_usrps.cpp +++ b/host/apps/discover_usrps.cpp @@ -15,7 +15,7 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // -#include <uhd.hpp> +#include <uhd/device.hpp> #include <uhd/props.hpp> #include <boost/program_options.hpp> #include <boost/format.hpp> |