From 161dee1667f7b252c19518bc91440f52b55a5b49 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 6 Oct 2023 18:05:27 +0200 Subject: [PATCH] remove unneeded includes. --- aqhome/data/storage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/aqhome/data/storage.h b/aqhome/data/storage.h index a767b9c..ae4330f 100644 --- a/aqhome/data/storage.h +++ b/aqhome/data/storage.h @@ -27,9 +27,7 @@ typedef struct AQH_STORAGE AQH_STORAGE; #endif -#include "aqhome/data/room.h" #include "aqhome/data/device.h" -#include "aqhome/data/mqtttopic.h" #include "aqhome/data/value.h" #include "aqhome/data/device.h"