mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04: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:
parent
30f553d457
commit
fa02591edf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue