1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rtp: Fix headers

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-03-27 12:02:47 +01:00
parent 090a5bad34
commit 602f05f34f
2 changed files with 4 additions and 8 deletions

View file

@ -21,9 +21,11 @@
#include <villas/queue_signalled.h>
extern "C" {
// clang-format off
#include <re/re_types.h>
#include <re/re_rtp.h>
#include <re/re_sa.h>
#include <re/re_rtp.h>
// clang-format on
}
namespace villas {

View file

@ -6,7 +6,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <cinttypes>
#include <cstring>
#include <ctime>
#include <pthread.h>
@ -16,15 +15,10 @@
extern "C" {
// clang-format off
#include <re/re_types.h>
#include <re/re_net.h>
#include <re/re_main.h>
#include <re/re_types.h>
#include <re/re_mbuf.h>
#include <re/re_mem.h>
#include <re/re_sys.h>
#include <re/re_udp.h>
// clang-format off
// clang-format on
#undef ALIGN_MASK
}