aqhome-apps: no longer included removed files.

This commit is contained in:
Martin Preuss
2025-03-18 22:53:34 +01:00
parent 2320ba3a69
commit 171caacc92
31 changed files with 15 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2023 Martin Preuss, all rights reserved.
* AqHome (c) by 2025 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
@@ -11,6 +11,7 @@
#include <gwenhywfar/list.h>
#include <gwenhywfar/buffer.h>
typedef struct AQHREACT_DATAOBJECT AQHREACT_DATAOBJECT;
@@ -25,7 +26,7 @@ enum {
};
#include "aqhome-react/aqhome_react.h"
#include "aqhome-react/server.h"

View File

@@ -16,7 +16,7 @@
typedef struct AQHREACT_PARAM AQHREACT_PARAM;
GWEN_LIST_FUNCTION_DEFS(AQHREACT_PARAM, AQHREACT_Param)
#include "aqhome-react/aqhome_react.h"
#include "aqhome-react/server.h"

View File

@@ -16,10 +16,11 @@ typedef struct AQHREACT_PORT AQHREACT_PORT;
GWEN_LIST_FUNCTION_DEFS(AQHREACT_PORT, AQHREACT_Port)
#include "aqhome-react/aqhome_react.h"
#include "aqhome-react/types/link.h"
#include "aqhome-react/types/dataobject.h"
#include <gwenhywfar/buffer.h>
AQHREACT_PORT *AQHREACT_Port_new();

View File

@@ -1,6 +1,6 @@
/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2024 Martin Preuss, all rights reserved.
* AqHome (c) by 2025 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
@@ -10,7 +10,7 @@
#define AQHOME_REACT_PRGRULE_H
#include "aqhome-react/aqhome_react.h"
#include "aqhome-react/server.h"
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/list.h>

View File

@@ -26,7 +26,6 @@ GWEN_INHERIT_FUNCTION_DEFS(AQHREACT_UNIT)
#include "aqhome-react/server.h"
#include "aqhome-react/aqhome_react.h"
#include "aqhome-react/types/port.h"
#include "aqhome-react/types/param.h"
#include "aqhome-react/types/dataobject.h"