Skip to content

Commit fa02591

Browse files
author
MarcoFalke
committed
doc: Export threadsafety.h from sync.h
All places that include sync.h will likely need threadsafety annotations, so export them.
1 parent 30f553d commit fa02591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <logging/timer.h>
1212
#endif
1313

14-
#include <threadsafety.h>
14+
#include <threadsafety.h> // IWYU pragma: export
1515
#include <util/macros.h>
1616

1717
#include <condition_variable>

0 commit comments

Comments
 (0)