ci, iwyu: Fix warnings in src/util and treat them as errors

This commit is contained in:
Hennadii Stepanov
2026-03-30 16:39:42 +01:00
parent 6953363be8
commit 8b49e2dd4e
42 changed files with 101 additions and 58 deletions

View File

@@ -4,18 +4,23 @@
#include <util/sock.h>
#include <common/system.h>
#include <compat/compat.h>
#include <span.h>
#include <tinyformat.h>
#include <util/check.h>
#include <util/log.h>
#include <util/syserror.h>
#include <util/threadinterrupt.h>
#include <util/time.h>
#include <algorithm>
#include <compare>
#include <exception>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#ifdef USE_POLL
#include <poll.h>