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:
MarcoFalke 2023-01-25 09:33:34 +01:00
parent 30f553d457
commit fa02591edf
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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>