blob: e0b6d3adc8898733c32b95ca2711ae69f151824c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
* SPDX-License-Identifier: LGPL-2.1-only
*/
#ifndef TURNSMM_HPP
#define TURNSMM_HPP
#include "turnsmm/participant.hpp" // IWYU pragma: export
#endif
|