mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-26 14:59:16 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user