From 4489314b47a959f2e734329f9e5c4d2200207fc4 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 12 Jul 2023 13:34:32 +0200 Subject: [PATCH] aqhome: removed invalid includes. --- apps/aqhome-tool/getdevices.c | 1 - apps/aqhome-tool/ping.c | 1 - aqhome/libtest.c | 3 --- 3 files changed, 5 deletions(-) diff --git a/apps/aqhome-tool/getdevices.c b/apps/aqhome-tool/getdevices.c index fb4ab1d..78d10cc 100644 --- a/apps/aqhome-tool/getdevices.c +++ b/apps/aqhome-tool/getdevices.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/apps/aqhome-tool/ping.c b/apps/aqhome-tool/ping.c index 95a4fda..20b8362 100644 --- a/apps/aqhome-tool/ping.c +++ b/apps/aqhome-tool/ping.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/aqhome/libtest.c b/aqhome/libtest.c index 10faf66..e0f0725 100644 --- a/aqhome/libtest.c +++ b/aqhome/libtest.c @@ -28,9 +28,6 @@ #include -static int _mqttConnect(GWEN_MSG_ENDPOINT_MGR *emgr, GWEN_MSG_ENDPOINT *epTcp); -static GWEN_MSG *_awaitPacket(GWEN_MSG_ENDPOINT_MGR *emgr, GWEN_MSG_ENDPOINT *epTcp, uint8_t expectedPacketType); - static int _mqttConnect2(GWEN_MSG_ENDPOINT2 *epClient); static GWEN_MSG *_awaitPacket2(GWEN_MSG_ENDPOINT2 *epClient, uint8_t expectedPacketType);