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

utils: move include

This commit is contained in:
Steffen Vogel 2018-10-19 14:34:30 +02:00
parent 591cfd5a03
commit 0cc18919a9
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@
#include <sched.h>
#include <assert.h>
#include <sys/types.h>
#include <signal.h>
#include <villas/config.h>
#include <villas/log.h>

View file

@ -30,7 +30,6 @@
#include <math.h>
#include <pthread.h>
#include <ctype.h>
#include <signal.h>
#include <villas/config.h>
#include <villas/utils.h>