aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_cal_utils.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2020-04-02 11:27:27 -0700
committerAaron Rossetto <aaron.rossetto@ni.com>2020-04-02 13:54:59 -0500
commitc6c45b6453e0a58ef9ef6a479c1575e483223ead (patch)
tree10725657d815448c0539222b88978ff02f35ee8b /host/utils/usrp_cal_utils.hpp
parent49ca8112c2777fcc4b81eff72ce59fb40fa0024d (diff)
downloaduhd-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.hpp3
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;