From 23f5f5091cd8dee18f4a1b02b20d00ed1eafe932 Mon Sep 17 00:00:00 2001 From: Johannes Demel Date: Wed, 22 Jan 2025 22:16:05 +0100 Subject: [PATCH] cleanup: Remove unused includes clangd reports multiple unused includes. These should be removed to potentially reduce build times and also to minimize includes. Only including necessary includes helps to better understand the code. Signed-off-by: Johannes Demel --- kernels/volk/volk_16i_x4_quad_max_star_16i.h | 1 - kernels/volk/volk_32fc_index_max_32u.h | 2 -- lib/qa_utils.cc | 1 - 3 files changed, 4 deletions(-) diff --git a/kernels/volk/volk_16i_x4_quad_max_star_16i.h b/kernels/volk/volk_16i_x4_quad_max_star_16i.h index 94e264fe..be2de2fc 100644 --- a/kernels/volk/volk_16i_x4_quad_max_star_16i.h +++ b/kernels/volk/volk_16i_x4_quad_max_star_16i.h @@ -47,7 +47,6 @@ #define INCLUDED_volk_16i_x4_quad_max_star_16i_a_H #include -#include #ifdef LV_HAVE_SSE2 diff --git a/kernels/volk/volk_32fc_index_max_32u.h b/kernels/volk/volk_32fc_index_max_32u.h index 993187ca..c9fd4e56 100644 --- a/kernels/volk/volk_32fc_index_max_32u.h +++ b/kernels/volk/volk_32fc_index_max_32u.h @@ -58,7 +58,6 @@ #define INCLUDED_volk_32fc_index_max_32u_a_H #include -#include #include #include @@ -327,7 +326,6 @@ volk_32fc_index_max_32u_generic(uint32_t* target, lv_32fc_t* src0, uint32_t num_ #define INCLUDED_volk_32fc_index_max_32u_u_H #include -#include #include #include diff --git a/lib/qa_utils.cc b/lib/qa_utils.cc index 60399325..f5060949 100644 --- a/lib/qa_utils.cc +++ b/lib/qa_utils.cc @@ -21,7 +21,6 @@ #include // for sqrt, fabs, abs #include // for memcpy, memset #include // for clock -#include // for operator<<, basic... #include // for cout, cerr #include // for numeric_limits #include // for map, map<>::mappe...