mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 05:37:50 +02:00
clang-tidy: Apply modernize-deprecated-headers
This can be reproduced according to the developer notes with something like ( cd ./src/ && ../contrib/devtools/run-clang-tidy.py -p ../bld-cmake -fix -j $(nproc) ) Also, the header related changes were done manually.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
#include <vector>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <signal.h>
|
||||
#include <csignal>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user