summaryrefslogtreecommitdiff
path: root/lib/src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src')
-rw-r--r--lib/src/turns.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/src/turns.h b/lib/src/turns.h
new file mode 100644
index 0000000..6f73354
--- /dev/null
+++ b/lib/src/turns.h
@@ -0,0 +1,9 @@
+#ifndef TURNS_H
+#define TURNS_H
+
+#include "turns-disposition.h" // IWYU pragma: export
+#include "turns-enums.h" // IWYU pragma: export
+#include "turns-init.h" // IWYU pragma: export
+#include "turns-participant.h" // IWYU pragma: export
+
+#endif