refactor: Fix includes in crypto directory

IWYU issue #1763 appears to be a corner case, so it has been addressed
using a local pragma rather than a global mapping.
This commit is contained in:
Hennadii Stepanov
2025-07-17 15:57:50 +01:00
parent 56f2a689a2
commit bdb8eadcdc
24 changed files with 48 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
#include <cstring>
#if !defined(DISABLE_OPTIMIZED_SHA256)
#include <compat/cpuid.h>
#include <compat/cpuid.h> // IWYU pragma: keep
#if defined(__linux__) && defined(ENABLE_ARM_SHANI)
#include <sys/auxv.h>