follow renaming of endpoint_node_ipc_tcp.*

This commit is contained in:
Martin Preuss
2023-04-09 18:50:52 +02:00
parent b51941cc5a
commit d26f500bba
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
#include <aqhome/msgmanager.h> #include <aqhome/msgmanager.h>
#include <aqhome/msg/endpoint_log.h> #include <aqhome/msg/endpoint_log.h>
#include <aqhome/msg/endpoint_tty.h> #include <aqhome/msg/endpoint_tty.h>
#include <aqhome/ipc/endpoint_node_ipc_tcp.h> #include <aqhome/ipc/endpoint_node_ipc_tcpd.h>
#include <aqhome/mqtt/endpoint_mqttc.h> #include <aqhome/mqtt/endpoint_mqttc.h>
#include <gwenhywfar/gwenhywfar.h> #include <gwenhywfar/gwenhywfar.h>

View File

@@ -8,7 +8,7 @@
#include "aqhome/msg/endpoint_node.h" #include "aqhome/msg/endpoint_node.h"
#include "aqhome/msg/endpoint_log.h" #include "aqhome/msg/endpoint_log.h"
#include "aqhome/msg/endpoint_tty.h" #include "aqhome/msg/endpoint_tty.h"
#include "aqhome/ipc/endpoint_node_ipc_tcp.h" #include "aqhome/ipc/endpoint_node_ipc_tcpd.h"
#include "aqhome/mqtt/endpoint_mqttc.h" #include "aqhome/mqtt/endpoint_mqttc.h"
#include "aqhome/mqtt/msg_mqtt_connect.h" #include "aqhome/mqtt/msg_mqtt_connect.h"
#include "aqhome/mqtt/msg_mqtt_connack.h" #include "aqhome/mqtt/msg_mqtt_connack.h"