Skip to content

Commit 444951e

Browse files
authored
Merge pull request #783 from jdemel/include-cleanups
cleanup: Remove unused includes
2 parents f4c7bae + 23f5f50 commit 444951e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

kernels/volk/volk_16i_x4_quad_max_star_16i.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#define INCLUDED_volk_16i_x4_quad_max_star_16i_a_H
4848

4949
#include <inttypes.h>
50-
#include <stdio.h>
5150

5251
#ifdef LV_HAVE_SSE2
5352

kernels/volk/volk_32fc_index_max_32u.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
#define INCLUDED_volk_32fc_index_max_32u_a_H
5959

6060
#include <inttypes.h>
61-
#include <stdio.h>
6261
#include <volk/volk_common.h>
6362
#include <volk/volk_complex.h>
6463

@@ -327,7 +326,6 @@ volk_32fc_index_max_32u_generic(uint32_t* target, lv_32fc_t* src0, uint32_t num_
327326
#define INCLUDED_volk_32fc_index_max_32u_u_H
328327

329328
#include <inttypes.h>
330-
#include <stdio.h>
331329
#include <volk/volk_common.h>
332330
#include <volk/volk_complex.h>
333331

lib/qa_utils.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <cmath> // for sqrt, fabs, abs
2222
#include <cstring> // for memcpy, memset
2323
#include <ctime> // for clock
24-
#include <fstream> // for operator<<, basic...
2524
#include <iostream> // for cout, cerr
2625
#include <limits> // for numeric_limits
2726
#include <map> // for map, map<>::mappe...

0 commit comments

Comments
 (0)