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

Remove unused includes

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-06-30 12:59:02 +02:00
parent 50b02df5fd
commit 7c32617ead
6 changed files with 0 additions and 8 deletions

View file

@ -8,8 +8,6 @@
#pragma once
#include <uuid/uuid.h>
#include <villas/api/request.hpp>
namespace villas {

View file

@ -6,8 +6,6 @@
* @license Apache 2.0
*********************************************************************************/
#include <uuid.h>
#include <villas/api/request.hpp>
namespace villas {

View file

@ -10,7 +10,6 @@
#include <stdbool.h>
#include <uuid/uuid.h>
#include <jansson.h>
typedef void *vnode;

View file

@ -6,7 +6,6 @@
*********************************************************************************/
#include <jansson.h>
#include <uuid/uuid.h>
#include <villas/super_node.hpp>
#include <villas/node.hpp>

View file

@ -6,7 +6,6 @@
*********************************************************************************/
#include <jansson.h>
#include <uuid/uuid.h>
#include <villas/super_node.hpp>
#include <villas/node.hpp>

View file

@ -6,7 +6,6 @@
*********************************************************************************/
#include <jansson.h>
#include <uuid/uuid.h>
#include <villas/super_node.hpp>
#include <villas/path.hpp>