aqhome-cgi: fixed includes.

This commit is contained in:
Martin Preuss
2026-06-01 19:10:50 +02:00
parent 7ef6a22557
commit bda2a15da9
14 changed files with 26 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
#include "./mmodules.h" #include "./mmodules.h"
#include "aqhome-cgi/service/module.h" #include "aqcgi/service/module.h"
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>

View File

@@ -13,7 +13,7 @@
#include "./musers.h" #include "./musers.h"
#include "aqhome-cgi/service/module.h" #include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>

View File

@@ -22,9 +22,10 @@
#include "aqhome-cgi/modules/devices/mdevices_device.h" #include "aqhome-cgi/modules/devices/mdevices_device.h"
#include "aqhome-cgi/modules/devices/mdevices_setdevice.h" #include "aqhome-cgi/modules/devices/mdevices_setdevice.h"
#include "aqhome-cgi/modules/devices/mdevices_page.h" #include "aqhome-cgi/modules/devices/mdevices_page.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_device.h" #include "./mdevices_device.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_index.h" #include "./mdevices_index.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_init.h" #include "./mdevices_init.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_page.h" #include "./mdevices_page.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <aqdiagram/graph/timegraph.h> #include <aqdiagram/graph/timegraph.h>
#include <aqdiagram/graph/w_graph.h> #include <aqdiagram/graph/w_graph.h>
#include <aqdiagram/draw/context_cairo.h> #include <aqdiagram/draw/context_cairo.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_setdata.h" #include "./mdevices_setdata.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_setdevice.h" #include "./mdevices_setdevice.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_value.h" #include "./mdevices_value.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -14,9 +14,10 @@
#include "./mdevices_valuesgraph.h" #include "./mdevices_valuesgraph.h"
#include "./mdevices_index.h" #include "./mdevices_index.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -14,9 +14,10 @@
#include "./mdevices_valuestable.h" #include "./mdevices_valuestable.h"
#include "./mdevices_index.h" #include "./mdevices_index.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>

View File

@@ -13,9 +13,10 @@
#include "./mdevices_vgraph.h" #include "./mdevices_vgraph.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/mdataclient.h" #include "aqhome-cgi/modules/mdataclient.h"
#include <aqcgi/service/module.h>
#include <aqdiagram/graph/timegraph.h> #include <aqdiagram/graph/timegraph.h>
#include <aqdiagram/graph/w_graph.h> #include <aqdiagram/graph/w_graph.h>
#include <aqdiagram/draw/context_cairo.h> #include <aqdiagram/draw/context_cairo.h>

View File

@@ -13,10 +13,11 @@
#include "./mroot_p.h" #include "./mroot_p.h"
#include "aqhome-cgi/service/module.h"
#include "aqhome-cgi/modules/devices/mdevices.h" #include "aqhome-cgi/modules/devices/mdevices.h"
#include "aqhome-cgi/modules/common/madmin.h" #include "aqhome-cgi/modules/common/madmin.h"
#include <aqcgi/service/module.h>
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>
#include <gwenhywfar/timestamp.h> #include <gwenhywfar/timestamp.h>
#include <gwenhywfar/text.h> #include <gwenhywfar/text.h>