From c6c45b6453e0a58ef9ef6a479c1575e483223ead Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 2 Apr 2020 11:27:27 -0700 Subject: utils: cal: Remove boost usage from usrp_cal_utils.hpp There were spurious boost includes left in here after applying 7ad64600f and a1f96194. --- host/utils/usrp_cal_utils.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/utils/usrp_cal_utils.hpp') 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 #include #include -#include #include #include #include @@ -22,8 +21,6 @@ #include #include -namespace fs = boost::filesystem; - struct result_t { double freq, real_corr, imag_corr, best, delta; -- cgit v1.2.3