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:
parent
d99b954a38
commit
00a4915ebe
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <math.h>
|
||||
#include <pthread.h>
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <villas/config.h>
|
||||
#include <villas/utils.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue