Skip to content

Commit

Permalink
Merge pull request #783 from jdemel/include-cleanups
Browse files Browse the repository at this point in the history
cleanup: Remove unused includes
  • Loading branch information
jdemel authored Jan 22, 2025
2 parents f4c7bae + 23f5f50 commit 444951e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
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

0 comments on commit 444951e

Please sign in to comment.