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:
parent
6697e2eb72
commit
40440f2466
2 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@
|
|||
#include <list>
|
||||
#include <thread>
|
||||
|
||||
#include <libwebsockets.h>
|
||||
|
||||
#include <villas/common.hpp>
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/log.hpp>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue