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:
parent
c4ff8ef899
commit
2668a2f5ff
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue