fix: minor code refactor

This commit is contained in:
Tobias Reisinger 2020-08-13 11:26:06 +02:00
parent 505faa6df2
commit f167f9caec
22 changed files with 83 additions and 30 deletions

View file

@ -5,6 +5,8 @@
#include <syslog.h>
#include <mongoose.h>
#include <confini.h>
#include <router.h>
#include <logger.h>
#include <config.h>
@ -13,7 +15,6 @@
#include <enums.h>
#include <helpers.h>
#include <status.h>
#include <confini.h>
#include <models/controller.h>
static struct mg_mgr mgr;