From a14c2c892c5f80686a0c1522ac109e594da9e16f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 18 Mar 2025 22:55:32 +0100 Subject: [PATCH] libtest: no longer include old files. --- aqhome/libtest.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/aqhome/libtest.c b/aqhome/libtest.c index 97eedaa..9ccf048 100644 --- a/aqhome/libtest.c +++ b/aqhome/libtest.c @@ -3,17 +3,6 @@ # include #endif -#include "aqhome/msg/msg_ping.h" -#include "aqhome/ipc/nodes/msg_ipc_ping.h" -#include "aqhome/ipc/nodes/msg_ipc_forward.h" -#include "aqhome/ipc/nodes/msg_ipc_setaccmsggrps.h" -#include "aqhome/mqtt/endpoint_mqttc.h" -#include "aqhome/mqtt/msg_mqtt_connect.h" -#include "aqhome/mqtt/msg_mqtt_connack.h" -#include "aqhome/mqtt/msg_mqtt_publish.h" -#include "aqhome/mqtt/msg_mqtt_pubresponse.h" -#include "aqhome/mqtt/msg_mqtt_subscribe.h" -#include "aqhome/mqtt/msg_mqtt_suback.h" #include "aqhome/hexfile/hexfile.h" #include "aqhome/hexfile/flashrecord.h"