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...