mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove superfulous includes
This commit is contained in:
parent
07340a582e
commit
68420b4207
3 changed files with 0 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "api.h"
|
||||
#include "utils.h"
|
||||
#include "plugin.h"
|
||||
#include "config_helper.h"
|
||||
#include "super_node.h"
|
||||
|
||||
static int api_config(struct api_action *h, json_t *args, json_t **resp, struct api_session *s)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include "node.h"
|
||||
#include "super_node.h"
|
||||
#include "utils.h"
|
||||
#include "config_helper.h"
|
||||
|
||||
#include "api.h"
|
||||
|
||||
static int api_nodes(struct api_action *r, json_t *args, json_t **resp, struct api_session *s)
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "plugin.h"
|
||||
#include "path.h"
|
||||
#include "utils.h"
|
||||
#include "config_helper.h"
|
||||
#include "stats.h"
|
||||
#include "super_node.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue