diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-04-02 11:27:27 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-04-02 13:54:59 -0500 |
commit | c6c45b6453e0a58ef9ef6a479c1575e483223ead (patch) | |
tree | 10725657d815448c0539222b88978ff02f35ee8b /host/utils/usrp_cal_utils.hpp | |
parent | 49ca8112c2777fcc4b81eff72ce59fb40fa0024d (diff) | |
download | uhd-c6c45b6453e0a58ef9ef6a479c1575e483223ead.tar.gz uhd-c6c45b6453e0a58ef9ef6a479c1575e483223ead.tar.bz2 uhd-c6c45b6453e0a58ef9ef6a479c1575e483223ead.zip |
utils: cal: Remove boost usage from usrp_cal_utils.hpp
There were spurious boost includes left in here after applying 7ad64600f
and a1f96194.
Diffstat (limited to 'host/utils/usrp_cal_utils.hpp')
-rw-r--r-- | host/utils/usrp_cal_utils.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/utils/usrp_cal_utils.hpp b/host/utils/usrp_cal_utils.hpp index 941c57e5f..b85fce8c6 100644 --- a/host/utils/usrp_cal_utils.hpp +++ b/host/utils/usrp_cal_utils.hpp @@ -12,7 +12,6 @@ #include <uhd/usrp/multi_usrp.hpp> #include <uhd/utils/algorithm.hpp> #include <uhd/utils/paths.hpp> -#include <boost/filesystem.hpp> #include <chrono> #include <cmath> #include <complex> @@ -22,8 +21,6 @@ #include <thread> #include <vector> -namespace fs = boost::filesystem; - struct result_t { double freq, real_corr, imag_corr, best, delta; |