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

ethercat: Shuffle includes to fix failing Nix builds

Signed-off-by: Philipp Jungkamp <p.jungkamp@gmx.net>
This commit is contained in:
Philipp Jungkamp 2024-08-26 14:11:45 +02:00 committed by Steffen Vogel
parent 6697e2eb72
commit 40440f2466
2 changed files with 1 additions and 3 deletions

View file

@ -14,8 +14,6 @@
#include <list>
#include <thread>
#include <libwebsockets.h>
#include <villas/common.hpp>
#include <villas/exceptions.hpp>
#include <villas/log.hpp>

View file

@ -11,8 +11,8 @@
#include <villas/exceptions.hpp>
#include <villas/node_compat.hpp>
#include <villas/nodes/ethercat.hpp>
#include <villas/super_node.hpp>
#include <villas/nodes/ethercat.hpp>
#include <villas/utils.hpp>
using namespace villas;