aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-01 18:09:49 -0400
committerDavid Robillard <d@drobilla.net>2024-10-01 18:25:44 -0400
commite47873e863b7fb6bb081681f1944135c1c1cb61a (patch)
treeee918ac145612e4bd04d3e2c2903a8b8a4c0865e /benchmark
parent54570dc09a0de4c4773e9ca7a6fef80c3bcdfc2e (diff)
downloadchilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.tar.gz
chilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.tar.bz2
chilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.zip
Clean up includes and remove now-unnecessary IWYU configuration
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bench_bitvec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bench_bitvec.cpp b/benchmark/bench_bitvec.cpp
index 0eed895..bddde23 100644
--- a/benchmark/bench_bitvec.cpp
+++ b/benchmark/bench_bitvec.cpp
@@ -9,7 +9,6 @@
#include "chilbert/SmallBitVec.hpp"
#include "chilbert/StaticBitVec.hpp" // IWYU pragma: keep
-#include <algorithm>
#include <array>
#include <cstddef>
#include <fstream>