mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +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>
|
#include <logging/timer.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <threadsafety.h>
|
#include <threadsafety.h> // IWYU pragma: export
|
||||||
#include <util/macros.h>
|
#include <util/macros.h>
|
||||||
|
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
|
|||||||
Reference in New Issue
Block a user