Fix issues (remove lmdb.h references, fix mongoose warning)

This commit is contained in:
Tobias Reisinger 2024-04-17 00:01:25 +02:00
parent c49ada88c3
commit 5d98a0579b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 16 additions and 5 deletions

View file

@ -3,7 +3,6 @@
#include <uuid/uuid.h>
#include <stdint.h>
#include <lmdb.h>
#include <config.h>
#include <models/relay.h>

View file

@ -3,7 +3,6 @@
#include <stdint.h>
#include <time.h>
#include <lmdb.h>
#include <constants.h>
#include <models/schedule.h>

View file

@ -3,7 +3,6 @@
#include <stdint.h>
#include <uuid/uuid.h>
#include <lmdb.h>
#include <models/period.h>