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:
parent
4e2cdc8efd
commit
5edafe2388
3 changed files with 0 additions and 3 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "memory.h"
|
||||
#include "stats.h"
|
||||
#include "node.h"
|
||||
#include "config_helper.h"
|
||||
|
||||
static void path_read(struct path *p)
|
||||
{
|
||||
|
|
|
@ -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 };
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "log.h"
|
||||
#include "web.h"
|
||||
#include "api/session.h"
|
||||
#include "config_helper.h"
|
||||
|
||||
#include "nodes/websocket.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue