diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-11-14 14:11:39 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2012-11-16 15:54:09 -0800 |
commit | 011f63d19d6c614666ba7ee145b0685d36a8a0de (patch) | |
tree | 4efe7d70216ebbed3bb263246d208679d3ddff06 /host/lib/usrp/usrp1/usrp1_iface.cpp | |
parent | 80933a5602e5d40e138807124df50a4289fe580f (diff) | |
download | uhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.tar.gz uhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.tar.bz2 uhd-011f63d19d6c614666ba7ee145b0685d36a8a0de.zip |
lib/cmake: CPack source work
* Removed all host code dependencies on firmware headers
* Put in CMake settings for CPack source
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_iface.cpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_iface.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_iface.cpp b/host/lib/usrp/usrp1/usrp1_iface.cpp index c790aecb4..16b747e45 100644 --- a/host/lib/usrp/usrp1/usrp1_iface.cpp +++ b/host/lib/usrp/usrp1/usrp1_iface.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2011 Ettus Research LLC +// Copyright 2010-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -16,7 +16,6 @@ // #include "usrp1_iface.hpp" -#include "usrp_commands.h" #include <uhd/utils/log.hpp> #include <uhd/exception.hpp> #include <uhd/utils/byteswap.hpp> |