From 39eabdd47dc384d9b49d0ee981dc86baa10d9e74 Mon Sep 17 00:00:00 2001 From: "seqan-actions[bot]" Date: Mon, 27 Nov 2023 05:12:42 +0100 Subject: [PATCH] [MISC] IWYU --- src/sketch/hyperloglog.cpp | 25 +++++++++---------- .../sketch/hyperloglog_benchmark.cpp | 7 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/sketch/hyperloglog.cpp b/src/sketch/hyperloglog.cpp index 10220404..ca9c3d14 100644 --- a/src/sketch/hyperloglog.cpp +++ b/src/sketch/hyperloglog.cpp @@ -3,23 +3,22 @@ // SPDX-FileCopyrightText: 2013 Hideaki Ohno // SPDX-License-Identifier: BSD-3-Clause AND MIT -#include // for max, __count_fn, __fill_fn, count, fill -#include // for array -#include // for countl_zero -#include // for assert -#include // for uint64_t, uint8_t, uint32_t -#include // for log -#include // for size_t -#include // for identity -#include // for basic_ostream, basic_istream, basic_istream::read, basic_ostre... -#include // for runtime_error, invalid_argument -#include // for addressof, swap -#include // for vector +#include // for max, __fill_fn, fill +#include // for array +#include // for countl_zero +#include // for assert +#include // for uint64_t, uint8_t, uint32_t +#include // for log +#include // for size_t +#include // for basic_ostream, basic_istream, basic_istream::read, basic_ostre... +#include // for runtime_error, invalid_argument +#include // for addressof, swap +#include // for vector #include // for aligned_allocator #include // for hyperloglog -#include // for simde__m256i +#include // for simde__m256i, simde_mm256_add_ps, simde_mm256_set1_ps, simde_m... #include // for simde_mm256_max_epu8 namespace seqan::hibf::sketch diff --git a/test/performance/sketch/hyperloglog_benchmark.cpp b/test/performance/sketch/hyperloglog_benchmark.cpp index a97f3794..c156530d 100644 --- a/test/performance/sketch/hyperloglog_benchmark.cpp +++ b/test/performance/sketch/hyperloglog_benchmark.cpp @@ -2,11 +2,12 @@ // SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik // SPDX-License-Identifier: BSD-3-Clause -#include // for State, Benchmark, Counter, ClobberMemory, BENCHMARK +#include // for State, DoNotOptimize, Benchmark, BENCHMARK, BENCHMARK_MAIN -#include +#include // for uint8_t +#include // for allocator -#include +#include // for hyperloglog static void add(benchmark::State & state) {