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

Fix include order

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2024-02-13 13:46:19 +00:00
parent c4ff8ef899
commit 2668a2f5ff

View file

@ -15,13 +15,15 @@
#include <villas/nodes/rtp.hpp>
extern "C" {
// clang-format off
#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_net.h>
#include <re/re_sys.h>
#include <re/re_types.h>
#include <re/re_udp.h>
// clang-format off
#undef ALIGN_MASK
}