From bed66b0b6f574fc91d2093380ff7c36ce163cf50 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 9 Mar 2021 10:30:33 +0100 Subject: tests: Fix warnings for rf_control_gain_profile_test - Remove unused const - Fix includes to IWYU and clang-format order --- host/tests/rf_control_gain_profile_test.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'host') diff --git a/host/tests/rf_control_gain_profile_test.cpp b/host/tests/rf_control_gain_profile_test.cpp index d68f4b378..90260be1c 100644 --- a/host/tests/rf_control_gain_profile_test.cpp +++ b/host/tests/rf_control_gain_profile_test.cpp @@ -4,15 +4,12 @@ // SPDX-License-Identifier: GPL-3.0-or-later // -#include #include +#include #include -#include using namespace uhd::rfnoc::rf_control; -static const double tolerance = 0.001; // % - void test_profile_invariant(gain_profile_iface& gain_profile) { BOOST_CHECK(gain_profile.get_gain_profile_names(0).size() > 0); -- cgit v1.2.3