From 4a16e4931184c0540bfff0bc5ffab5b2b4c398c2 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sun, 2 Feb 2025 14:31:30 +0100 Subject: [PATCH 1/2] pua_reginfo: simplify include paths Signed-off-by: Peter Lemenkov --- modules/pua_reginfo/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pua_reginfo/notify.c b/modules/pua_reginfo/notify.c index 79e3451a9d2..1443822b8ee 100644 --- a/modules/pua_reginfo/notify.c +++ b/modules/pua_reginfo/notify.c @@ -24,7 +24,7 @@ #include "../../parser/parse_from.h" #include "../../parser/parse_content.h" #include "../../parser/parse_uri.h" -#include "../../modules/usrloc/usrloc.h" +#include "../usrloc/usrloc.h" #include #include "usrloc_cb.h" #include "pua_reginfo.h" From a38592b61b5a44437ec5cd05e64a3c67b6761694 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sun, 2 Feb 2025 14:31:40 +0100 Subject: [PATCH 2/2] rtpengine: simplify include paths Signed-off-by: Peter Lemenkov --- modules/rtpengine/rtpengine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rtpengine/rtpengine.c b/modules/rtpengine/rtpengine.c index 23f9432a1d3..6a2d07a44f8 100644 --- a/modules/rtpengine/rtpengine.c +++ b/modules/rtpengine/rtpengine.c @@ -76,10 +76,10 @@ #include "../../mod_fix.h" #include "../../dset.h" #include "../../route.h" -#include "../../modules/tm/tm_load.h" -#include "../../modules/dialog/dlg_load.h" #include "../../lib/cJSON.h" +#include "../dialog/dlg_load.h" #include "../rtp_relay/rtp_relay.h" +#include "../tm/tm_load.h" #include "rtpengine.h" #include "rtpengine_funcs.h" #include "bencode.h"