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 includes

This commit is contained in:
Steffen Vogel 2017-09-04 16:20:07 +02:00
parent 0781307577
commit bbbad2e59b
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@
#include "timing.h"
#include "config.h"
#include "io/msg.h"
#include "hook.h"
#include "path.h"
#include "utils.h"

View file

@ -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>