refactor: Drop unused includes after iwyu CI bump

Now that the C++ std-lib was bumped in the CI task in the prior commit,
some unused includes can (and must) be dropped.
This commit is contained in:
MarcoFalke
2026-06-10 08:42:16 +02:00
parent fa4774d032
commit fab52281f7
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@
#include <util/vector.h>
#include <algorithm>
#include <compare>
#include <concepts>
#include <cstdint>
#include <cstdlib>

View File

@@ -10,7 +10,6 @@
#include <util/check.h>
#include <util/overflow.h>
#include <compare>
#include <limits>
#include <optional>
#include <sstream>