mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix includes
This commit is contained in:
parent
0781307577
commit
bbbad2e59b
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "timing.h"
|
||||
#include "config.h"
|
||||
#include "io/msg.h"
|
||||
#include "hook.h"
|
||||
#include "path.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <villas/io.h>
|
||||
#include <villas/utils.h>
|
||||
#include <villas/sample.h>
|
||||
#include <villas/io/villas.h>
|
||||
#include <villas/timing.h>
|
||||
#include <villas/node.h>
|
||||
#include <villas/pool.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue