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/b100/b100_impl.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/b100/b100_impl.cpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 991e6efd3..b1d9a577a 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -18,9 +18,6 @@ #include "apply_corrections.hpp" #include "b100_impl.hpp" #include "b100_ctrl.hpp" -#include "fpga_regs_standard.h" -#include "usrp_i2c_addr.h" -#include "usrp_commands.h" #include <uhd/transport/usb_control.hpp> #include "ctrl_packet.hpp" #include <uhd/utils/msg.hpp> |