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);