Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: Remove unused includes #783

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion kernels/volk/volk_16i_x4_quad_max_star_16i.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#define INCLUDED_volk_16i_x4_quad_max_star_16i_a_H

#include <inttypes.h>
#include <stdio.h>

#ifdef LV_HAVE_SSE2

Expand Down
2 changes: 0 additions & 2 deletions kernels/volk/volk_32fc_index_max_32u.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#define INCLUDED_volk_32fc_index_max_32u_a_H

#include <inttypes.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <volk/volk_complex.h>

Expand Down Expand Up @@ -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 <inttypes.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <volk/volk_complex.h>

Expand Down
1 change: 0 additions & 1 deletion lib/qa_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <cmath> // for sqrt, fabs, abs
#include <cstring> // for memcpy, memset
#include <ctime> // for clock
#include <fstream> // for operator<<, basic...
#include <iostream> // for cout, cerr
#include <limits> // for numeric_limits
#include <map> // for map, map<>::mappe...
Expand Down
Loading