mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
doc: Export threadsafety.h from sync.h
All places that include sync.h will likely need threadsafety annotations, so export them.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <logging/timer.h>
|
||||
#endif
|
||||
|
||||
#include <threadsafety.h>
|
||||
#include <threadsafety.h> // IWYU pragma: export
|
||||
#include <util/macros.h>
|
||||
|
||||
#include <condition_variable>
|
||||
|
||||
Reference in New Issue
Block a user