aqhome-apps: removed unneeded files.

This commit is contained in:
Martin Preuss
2025-03-10 00:15:36 +01:00
parent 5011e7e123
commit dc4a02a8ff
70 changed files with 7 additions and 6824 deletions

View File

@@ -124,7 +124,7 @@ const char *_readLine(AQH_VARS **pVars, const char *src, GWEN_BUFFER *wbuf)
else {
s=_readGroupOrVar(pVars, s, wbuf);
if (s==NULL) {
DBG_INFO(AQH_LOGDOMAIN, "here (%d)", rv);
DBG_INFO(AQH_LOGDOMAIN, "here");
return NULL;
}
}

View File

@@ -14,6 +14,7 @@
#include "aqhome/msg/ipc/m_ipc_connect.h"
#include "aqhome/msg/ipc/m_ipc_tag16.h"
#include "aqhome/msg/ipc/m_ipc.h"
#include "aqhome/msg/ipc/data/m_ipcd.h"
#include <gwenhywfar/text.h>
#include <gwenhywfar/tag16.h>