blob: ed6a0bf2ada0971e1a0a810fa6bd2c3549810156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
* SPDX-License-Identifier: LGPL-2.1-only
*/
#ifndef TURNS_H
#define TURNS_H
#include "turns-init.h" // IWYU pragma: export
#include "turns-participant.h" // IWYU pragma: export
#include "turns-turn-order.h" // IWYU pragma: export
#endif
|