diff --git a/models/device_dbo.cc b/models/device_dbo.cc
index ed8030f..66705d2 100644
--- a/models/device_dbo.cc
+++ b/models/device_dbo.cc
@@ -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)
 {
diff --git a/models/schedule_dbo.cc b/models/schedule_dbo.cc
index 1542c19..6fa3d48 100644
--- a/models/schedule_dbo.cc
+++ b/models/schedule_dbo.cc
@@ -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)
 {