Skip to content

Commit 5633fc0

Browse files
authored
Merge pull request seqan#283 from seqan/actions/iwyu
[MISC] IWYU
2 parents dc8b8c5 + 97bd5fc commit 5633fc0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/performance/ibf/bit_vector_benchmark.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
// Authored by: Rene Rahn <rene.rahn AT fu-berlin.de>
66

7-
#include <benchmark/benchmark.h> // for Benchmark, BENCHMARK_CAPTURE, DoNotOptimize, State, BENCHMARK_MAIN
7+
#include <benchmark/benchmark.h> // for State, Benchmark, BENCHMARK_CAPTURE, DoNotOptimize, BENCHMARK_MAIN
88

99
#include <algorithm> // for __fn, generate
1010
#include <cstddef> // for size_t
1111
#include <cstdint> // for int32_t, uint8_t
1212
#include <random> // for uniform_int_distribution, mt19937_64
13-
#include <string> // for basic_string
1413
#include <type_traits> // for invoke_result_t
1514
#include <utility> // for move, pair
1615

test/performance/sketch/hyperloglog_benchmark.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
// SPDX-FileCopyrightText: 2016-2025, Knut Reinert & MPI für molekulare Genetik
33
// SPDX-License-Identifier: BSD-3-Clause
44

5-
#include <benchmark/benchmark.h> // for DoNotOptimize, State, Benchmark, BENCHMARK, BENCHMARK_MAIN
5+
#include <benchmark/benchmark.h> // for Benchmark, DoNotOptimize, State, BENCHMARK, BENCHMARK_MAIN
66

77
#include <cstdint> // for uint8_t
8-
#include <string> // for basic_string
98

109
#include <hibf/sketch/hyperloglog.hpp> // for hyperloglog
1110

0 commit comments

Comments
 (0)