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 superflouus includes

This commit is contained in:
Steffen Vogel 2017-08-22 14:14:12 +02:00
parent 4e2cdc8efd
commit 5edafe2388
3 changed files with 0 additions and 3 deletions

View file

@ -38,7 +38,6 @@
#include "memory.h"
#include "stats.h"
#include "node.h"
#include "config_helper.h"
static void path_read(struct path *p)
{

View file

@ -23,7 +23,6 @@
#include <dlfcn.h>
#include "plugin.h"
#include "config_helper.h"
/** Global list of all known plugins */
struct list plugins = { .state = STATE_DESTROYED };

View file

@ -27,7 +27,6 @@
#include "log.h"
#include "web.h"
#include "api/session.h"
#include "config_helper.h"
#include "nodes/websocket.h"