doc: Export threadsafety.h from sync.h

All places that include sync.h will likely need threadsafety
annotations, so export them.
pull/26965/head
MarcoFalke 2 years ago
parent 30f553d457
commit fa02591edf
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -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…
Cancel
Save