Skip to content

Commit 2e5784b

Browse files
committed
Improve: Reduce repeated reviews
1 parent c72ca86 commit 2e5784b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

scripts/bench_find.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
* Unlike the full-blown StringWars, it doesn't use any external frameworks like Criterion or Google Benchmark.
5353
* This file is the sibling of `bench_sequence.cpp`, `bench_token.cpp`, and `bench_memory.cpp`.
5454
*/
55-
#include <cstring> // `memmem`
5655
#include <functional> // `std::boyer_moore_searcher`
5756

5857
#define SZ_USE_MISALIGNED_LOADS (1)

scripts/bench_memory.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
* Unlike the full-blown StringWars, it doesn't use any external frameworks like Criterion or Google Benchmark.
3939
* This file is the sibling of `bench_find.cpp`, `bench_token.cpp`, and `bench_sequence.cpp`.
4040
*/
41-
#include <cstring> // `memmem`
4241
#include <memory> // `std::unique_ptr`
4342
#include <numeric> // `std::iota`
4443
#include <string> // `std::string`

scripts/bench_unicode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* This file is the sibling of `bench_token.cpp`, `bench_find.cpp`, `bench_sequence.cpp`, and `bench_memory.cpp`.
3434
*/
3535
#include "bench.hpp"
36-
#include <cstring>
3736

3837
using namespace ashvardanian::stringzilla::scripts;
3938

0 commit comments

Comments
 (0)