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 in test-shmem

This commit is contained in:
Georg Reinke 2017-04-17 19:02:17 +02:00
parent 5f540e58bc
commit d8d9f00ee6

View file

@ -7,15 +7,13 @@
* @copyright 2017, Institute for Automation of Complex Power Systems, EONERC
*********************************************************************************/
#include "config.h"
#include "log.h"
#include "node.h"
#include "nodes/shmem.h"
#include "pool.h"
#include "queue_signalled.h"
#include "sample.h"
#include "shmem.h"
#include "utils.h"
#include <villas/log.h>
#include <villas/node.h>
#include <villas/nodes/shmem.h>
#include <villas/pool.h>
#include <villas/sample.h>
#include <villas/shmem.h>
#include <villas/utils.h>
#include <string.h>