Remove unused lmdb.h

This commit is contained in:
Tobias Reisinger 2023-05-27 00:37:28 +02:00
parent 25eab5d38e
commit 5afff53301
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 0 additions and 4 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>

View file

@ -2,7 +2,6 @@
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <lmdb.h>
#include <signal.h>
#include <syslog.h>