fix: removed macros.h include
This commit is contained in:
parent
cac5781222
commit
ae119df026
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
|||
#include <trantor/utils/Logger.h>
|
||||
#include "device_dbo.h"
|
||||
#include "globals.h"
|
||||
#include <macros.h>
|
||||
|
||||
static bool device_db_update_insert(device_dbo *device, sqlite3_stmt *stmt)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "schedule_dbo.h"
|
||||
#include "globals.h"
|
||||
#include "period.h"
|
||||
#include <macros.h>
|
||||
|
||||
static bool schedule_db_update_insert(schedule_dbo *schedule, sqlite3_stmt *stmt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue