From c3d9d17e34f2100a64578bedf2c6931a5781a9eb Mon Sep 17 00:00:00 2001
From: Dmitry Frank <mail@dmitryfrank.com>
Date: Mon, 5 Feb 2018 20:53:44 +0200
Subject: [PATCH] Remove "mongoose" prefix from includes

In certain files it was necessary to make tests work from public
mongoose repo, so this commit makes things consistent.

PUBLISHED_FROM=694454d0ff007229c65d524a2a2beaf126420f15
---
 mongoose.c             | 70 +++++++++++++++++++++---------------------
 mongoose.h             | 22 ++++++-------
 src/mg_coap.c          |  4 +--
 src/mg_dns.c           |  4 +--
 src/mg_dns.h           |  2 +-
 src/mg_dns_server.c    |  4 +--
 src/mg_dns_server.h    |  2 +-
 src/mg_http.c          |  4 +--
 src/mg_http.h          |  2 +-
 src/mg_mqtt.c          |  4 +--
 src/mg_mqtt.h          |  2 +-
 src/mg_mqtt_server.c   |  4 +--
 src/mg_mqtt_server.h   |  2 +-
 src/mg_net.c           |  8 ++---
 src/mg_net.h           |  4 +--
 src/mg_net_if.c        |  6 ++--
 src/mg_net_if_socket.c |  6 ++--
 src/mg_net_if_socket.h |  2 +-
 src/mg_net_if_socks.h  |  2 +-
 src/mg_resolv.c        |  4 +--
 src/mg_resolv.h        |  2 +-
 src/mg_sntp.c          |  6 ++--
 src/mg_socks.c         |  4 +--
 src/mg_uri.c           |  4 +--
 src/mg_uri.h           |  2 +-
 src/mg_util.c          |  4 +--
 src/mg_util.h          |  4 +--
 27 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/mongoose.c b/mongoose.c
index 8c7b0288f..3de8b98d1 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -2167,10 +2167,10 @@ size_t mg_match_prefix(const char *pattern, int pattern_len, const char *str) {
  */
 
 /* Amalgamated: #include "common/cs_time.h" */
-/* Amalgamated: #include "mongoose/src/mg_dns.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_resolv.h" */
-/* Amalgamated: #include "mongoose/src/mg_util.h" */
+/* Amalgamated: #include "mg_dns.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_resolv.h" */
+/* Amalgamated: #include "mg_util.h" */
 
 #define MG_MAX_HOST_LEN 200
 
@@ -3167,7 +3167,7 @@ double mg_time(void) {
 #ifndef CS_MONGOOSE_SRC_NET_IF_SOCKET_H_
 #define CS_MONGOOSE_SRC_NET_IF_SOCKET_H_
 
-/* Amalgamated: #include "mongoose/src/mg_net_if.h" */
+/* Amalgamated: #include "mg_net_if.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -3196,7 +3196,7 @@ extern const struct mg_iface_vtable mg_socket_iface_vtable;
 #define CS_MONGOOSE_SRC_NET_IF_SOCKS_H_
 
 #if MG_ENABLE_SOCKS
-/* Amalgamated: #include "mongoose/src/mg_net_if.h" */
+/* Amalgamated: #include "mg_net_if.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -3212,9 +3212,9 @@ extern const struct mg_iface_vtable mg_socks_iface_vtable;
 #ifdef MG_MODULE_LINES
 #line 1 "mongoose/src/mg_net_if.c"
 #endif
-/* Amalgamated: #include "mongoose/src/mg_net_if.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_net_if_socket.h" */
+/* Amalgamated: #include "mg_net_if.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_net_if_socket.h" */
 
 extern const struct mg_iface_vtable mg_default_iface_vtable;
 
@@ -3263,9 +3263,9 @@ struct mg_iface *mg_find_iface(struct mg_mgr *mgr,
 
 #if MG_ENABLE_NET_IF_SOCKET
 
-/* Amalgamated: #include "mongoose/src/mg_net_if_socket.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_util.h" */
+/* Amalgamated: #include "mg_net_if_socket.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_util.h" */
 
 #define MG_TCP_RECV_BUFFER_SIZE 1024
 #define MG_UDP_RECV_BUFFER_SIZE 1500
@@ -5103,8 +5103,8 @@ int mg_ssl_if_mbed_random(void *ctx, unsigned char *buf, size_t len) {
  * All rights reserved
  */
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_uri.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_uri.h" */
 
 /*
  * scan string until encountering one of `seps`, keeping track of component
@@ -5370,8 +5370,8 @@ out:
 #if MG_ENABLE_HTTP
 
 /* Amalgamated: #include "common/cs_md5.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_util.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_util.h" */
 
 static const char *mg_version_header = "Mongoose/" MG_VERSION;
 
@@ -9787,8 +9787,8 @@ struct mg_connection *mg_connect_ws(
  */
 
 /* Amalgamated: #include "common/cs_base64.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_util.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_util.h" */
 
 /* For platforms with limited libc */
 #ifndef MAX
@@ -10129,8 +10129,8 @@ struct mg_str mg_url_encode(const struct mg_str src) {
 
 #include <string.h>
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_mqtt.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_mqtt.h" */
 
 static uint16_t getu16(const char *p) {
   const uint8_t *up = (const uint8_t *) p;
@@ -10594,8 +10594,8 @@ void mg_mqtt_disconnect(struct mg_connection *nc) {
  * All rights reserved
  */
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_mqtt_server.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_mqtt_server.h" */
 
 #if MG_ENABLE_MQTT_BROKER
 
@@ -10793,8 +10793,8 @@ struct mg_mqtt_session *mg_mqtt_next(struct mg_mqtt_broker *brk,
 
 #if MG_ENABLE_DNS
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_dns.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_dns.h" */
 
 static int mg_dns_tid = 0xa0;
 
@@ -11173,8 +11173,8 @@ void mg_set_protocol_dns(struct mg_connection *nc) {
 
 #if MG_ENABLE_DNS_SERVER
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/dns-server.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "dns-server.h" */
 
 struct mg_dns_reply mg_dns_create_reply(struct mbuf *io,
                                         struct mg_dns_message *msg) {
@@ -11247,8 +11247,8 @@ int mg_dns_reply_record(struct mg_dns_reply *reply,
 
 #if MG_ENABLE_ASYNC_RESOLVER
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_resolv.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_resolv.h" */
 
 #ifndef MG_DEFAULT_NAMESERVER
 #define MG_DEFAULT_NAMESERVER "8.8.8.8"
@@ -11552,8 +11552,8 @@ void mg_set_nameserver(struct mg_mgr *mgr, const char *nameserver) {
  * license, as set out in <https://www.cesanta.com/license>.
  */
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_coap.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_coap.h" */
 
 #if MG_ENABLE_COAP
 
@@ -12140,9 +12140,9 @@ int mg_set_protocol_coap(struct mg_connection *nc) {
  * All rights reserved
  */
 
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
-/* Amalgamated: #include "mongoose/src/mg_sntp.h" */
-/* Amalgamated: #include "mongoose/src/mg_util.h" */
+/* Amalgamated: #include "mg_internal.h" */
+/* Amalgamated: #include "mg_sntp.h" */
+/* Amalgamated: #include "mg_util.h" */
 
 #if MG_ENABLE_SNTP
 
@@ -12433,8 +12433,8 @@ struct mg_connection *mg_sntp_get_time(struct mg_mgr *mgr,
 
 #if MG_ENABLE_SOCKS
 
-/* Amalgamated: #include "mongoose/src/mg_socks.h" */
-/* Amalgamated: #include "mongoose/src/mg_internal.h" */
+/* Amalgamated: #include "mg_socks.h" */
+/* Amalgamated: #include "mg_internal.h" */
 
 /*
  *  https://www.ietf.org/rfc/rfc1928.txt paragraph 3, handle client handshake
diff --git a/mongoose.h b/mongoose.h
index 48c9db501..15d54fe63 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -3402,8 +3402,8 @@ int mg_ssl_if_write(struct mg_connection *nc, const void *data, size_t len);
 #ifndef CS_MONGOOSE_SRC_NET_H_
 #define CS_MONGOOSE_SRC_NET_H_
 
-/* Amalgamated: #include "mongoose/src/mg_common.h" */
-/* Amalgamated: #include "mongoose/src/mg_net_if.h" */
+/* Amalgamated: #include "mg_common.h" */
+/* Amalgamated: #include "mg_net_if.h" */
 /* Amalgamated: #include "common/mbuf.h" */
 
 #ifndef MG_VPRINTF_BUFFER_SIZE
@@ -3978,7 +3978,7 @@ double mg_time(void);
 #ifndef CS_MONGOOSE_SRC_URI_H_
 #define CS_MONGOOSE_SRC_URI_H_
 
-/* Amalgamated: #include "mongoose/src/mg_net.h" */
+/* Amalgamated: #include "mg_net.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -4050,8 +4050,8 @@ int mg_normalize_uri_path(const struct mg_str *in, struct mg_str *out);
 
 #include <stdio.h>
 
-/* Amalgamated: #include "mongoose/src/mg_common.h" */
-/* Amalgamated: #include "mongoose/src/mg_net_if.h" */
+/* Amalgamated: #include "mg_common.h" */
+/* Amalgamated: #include "mg_net_if.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -4261,7 +4261,7 @@ struct mg_str mg_url_encode(const struct mg_str src);
 
 #if MG_ENABLE_HTTP
 
-/* Amalgamated: #include "mongoose/src/mg_net.h" */
+/* Amalgamated: #include "mg_net.h" */
 /* Amalgamated: #include "common/mg_str.h" */
 
 #ifdef __cplusplus
@@ -5246,7 +5246,7 @@ int mg_http_create_digest_auth_header(char *buf, size_t buf_len,
 #ifndef CS_MONGOOSE_SRC_MQTT_H_
 #define CS_MONGOOSE_SRC_MQTT_H_
 
-/* Amalgamated: #include "mongoose/src/mg_net.h" */
+/* Amalgamated: #include "mg_net.h" */
 
 struct mg_mqtt_message {
   int cmd;
@@ -5480,7 +5480,7 @@ int mg_mqtt_vmatch_topic_expression(const char *exp, struct mg_str topic);
 #if MG_ENABLE_MQTT_BROKER
 
 /* Amalgamated: #include "common/queue.h" */
-/* Amalgamated: #include "mongoose/src/mg_mqtt.h" */
+/* Amalgamated: #include "mg_mqtt.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -5572,7 +5572,7 @@ struct mg_mqtt_session *mg_mqtt_next(struct mg_mqtt_broker *brk,
 #ifndef CS_MONGOOSE_SRC_DNS_H_
 #define CS_MONGOOSE_SRC_DNS_H_
 
-/* Amalgamated: #include "mongoose/src/mg_net.h" */
+/* Amalgamated: #include "mg_net.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -5743,7 +5743,7 @@ void mg_set_protocol_dns(struct mg_connection *nc);
 
 #if MG_ENABLE_DNS_SERVER
 
-/* Amalgamated: #include "mongoose/src/mg_dns.h" */
+/* Amalgamated: #include "mg_dns.h" */
 
 #ifdef __cplusplus
 extern "C" {
@@ -5836,7 +5836,7 @@ void mg_dns_send_reply(struct mg_connection *nc, struct mg_dns_reply *r);
 #ifndef CS_MONGOOSE_SRC_RESOLV_H_
 #define CS_MONGOOSE_SRC_RESOLV_H_
 
-/* Amalgamated: #include "mongoose/src/mg_dns.h" */
+/* Amalgamated: #include "mg_dns.h" */
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_coap.c b/src/mg_coap.c
index 15f97ecb1..29667b7c5 100644
--- a/src/mg_coap.c
+++ b/src/mg_coap.c
@@ -15,8 +15,8 @@
  * license, as set out in <https://www.cesanta.com/license>.
  */
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_coap.h"
+#include "mg_internal.h"
+#include "mg_coap.h"
 
 #if MG_ENABLE_COAP
 
diff --git a/src/mg_dns.c b/src/mg_dns.c
index 13bd1bdff..21bc8c232 100644
--- a/src/mg_dns.c
+++ b/src/mg_dns.c
@@ -5,8 +5,8 @@
 
 #if MG_ENABLE_DNS
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_dns.h"
+#include "mg_internal.h"
+#include "mg_dns.h"
 
 static int mg_dns_tid = 0xa0;
 
diff --git a/src/mg_dns.h b/src/mg_dns.h
index 5536b671e..8a76f58c0 100644
--- a/src/mg_dns.h
+++ b/src/mg_dns.h
@@ -10,7 +10,7 @@
 #ifndef CS_MONGOOSE_SRC_DNS_H_
 #define CS_MONGOOSE_SRC_DNS_H_
 
-#include "mongoose/src/mg_net.h"
+#include "mg_net.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_dns_server.c b/src/mg_dns_server.c
index 56568dfb3..2dafb46d5 100644
--- a/src/mg_dns_server.c
+++ b/src/mg_dns_server.c
@@ -5,8 +5,8 @@
 
 #if MG_ENABLE_DNS_SERVER
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/dns-server.h"
+#include "mg_internal.h"
+#include "dns-server.h"
 
 struct mg_dns_reply mg_dns_create_reply(struct mbuf *io,
                                         struct mg_dns_message *msg) {
diff --git a/src/mg_dns_server.h b/src/mg_dns_server.h
index 33bcbdec1..168a17433 100644
--- a/src/mg_dns_server.h
+++ b/src/mg_dns_server.h
@@ -14,7 +14,7 @@
 
 #if MG_ENABLE_DNS_SERVER
 
-#include "mongoose/src/mg_dns.h"
+#include "mg_dns.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_http.c b/src/mg_http.c
index b08e43f9c..547b5d13e 100644
--- a/src/mg_http.c
+++ b/src/mg_http.c
@@ -6,8 +6,8 @@
 #if MG_ENABLE_HTTP
 
 #include "common/cs_md5.h"
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_util.h"
+#include "mg_internal.h"
+#include "mg_util.h"
 
 static const char *mg_version_header = "Mongoose/" MG_VERSION;
 
diff --git a/src/mg_http.h b/src/mg_http.h
index 30a14564d..c89d38f32 100644
--- a/src/mg_http.h
+++ b/src/mg_http.h
@@ -12,7 +12,7 @@
 
 #if MG_ENABLE_HTTP
 
-#include "mongoose/src/mg_net.h"
+#include "mg_net.h"
 #include "common/mg_str.h"
 
 #ifdef __cplusplus
diff --git a/src/mg_mqtt.c b/src/mg_mqtt.c
index 399f4a5c7..369b45619 100644
--- a/src/mg_mqtt.c
+++ b/src/mg_mqtt.c
@@ -7,8 +7,8 @@
 
 #include <string.h>
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_mqtt.h"
+#include "mg_internal.h"
+#include "mg_mqtt.h"
 
 static uint16_t getu16(const char *p) {
   const uint8_t *up = (const uint8_t *) p;
diff --git a/src/mg_mqtt.h b/src/mg_mqtt.h
index 2328e4a99..6067ccc42 100644
--- a/src/mg_mqtt.h
+++ b/src/mg_mqtt.h
@@ -22,7 +22,7 @@
 #ifndef CS_MONGOOSE_SRC_MQTT_H_
 #define CS_MONGOOSE_SRC_MQTT_H_
 
-#include "mongoose/src/mg_net.h"
+#include "mg_net.h"
 
 struct mg_mqtt_message {
   int cmd;
diff --git a/src/mg_mqtt_server.c b/src/mg_mqtt_server.c
index 4083f2822..cb5664801 100644
--- a/src/mg_mqtt_server.c
+++ b/src/mg_mqtt_server.c
@@ -3,8 +3,8 @@
  * All rights reserved
  */
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_mqtt_server.h"
+#include "mg_internal.h"
+#include "mg_mqtt_server.h"
 
 #if MG_ENABLE_MQTT_BROKER
 
diff --git a/src/mg_mqtt_server.h b/src/mg_mqtt_server.h
index ebbcfef7e..8c34b5e64 100644
--- a/src/mg_mqtt_server.h
+++ b/src/mg_mqtt_server.h
@@ -25,7 +25,7 @@
 #if MG_ENABLE_MQTT_BROKER
 
 #include "common/queue.h"
-#include "mongoose/src/mg_mqtt.h"
+#include "mg_mqtt.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_net.c b/src/mg_net.c
index a59786073..70e2cc84e 100644
--- a/src/mg_net.c
+++ b/src/mg_net.c
@@ -17,10 +17,10 @@
  */
 
 #include "common/cs_time.h"
-#include "mongoose/src/mg_dns.h"
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_resolv.h"
-#include "mongoose/src/mg_util.h"
+#include "mg_dns.h"
+#include "mg_internal.h"
+#include "mg_resolv.h"
+#include "mg_util.h"
 
 #define MG_MAX_HOST_LEN 200
 
diff --git a/src/mg_net.h b/src/mg_net.h
index 8b5b02e76..90b42b47a 100644
--- a/src/mg_net.h
+++ b/src/mg_net.h
@@ -28,8 +28,8 @@
 #ifndef CS_MONGOOSE_SRC_NET_H_
 #define CS_MONGOOSE_SRC_NET_H_
 
-#include "mongoose/src/mg_common.h"
-#include "mongoose/src/mg_net_if.h"
+#include "mg_common.h"
+#include "mg_net_if.h"
 #include "common/mbuf.h"
 
 #ifndef MG_VPRINTF_BUFFER_SIZE
diff --git a/src/mg_net_if.c b/src/mg_net_if.c
index 6a7864b2c..2a93dcfd4 100644
--- a/src/mg_net_if.c
+++ b/src/mg_net_if.c
@@ -1,6 +1,6 @@
-#include "mongoose/src/mg_net_if.h"
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_net_if_socket.h"
+#include "mg_net_if.h"
+#include "mg_internal.h"
+#include "mg_net_if_socket.h"
 
 extern const struct mg_iface_vtable mg_default_iface_vtable;
 
diff --git a/src/mg_net_if_socket.c b/src/mg_net_if_socket.c
index 014761ea5..0d15764c5 100644
--- a/src/mg_net_if_socket.c
+++ b/src/mg_net_if_socket.c
@@ -5,9 +5,9 @@
 
 #if MG_ENABLE_NET_IF_SOCKET
 
-#include "mongoose/src/mg_net_if_socket.h"
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_util.h"
+#include "mg_net_if_socket.h"
+#include "mg_internal.h"
+#include "mg_util.h"
 
 #define MG_TCP_RECV_BUFFER_SIZE 1024
 #define MG_UDP_RECV_BUFFER_SIZE 1500
diff --git a/src/mg_net_if_socket.h b/src/mg_net_if_socket.h
index 9ce65baf7..744fc0f4f 100644
--- a/src/mg_net_if_socket.h
+++ b/src/mg_net_if_socket.h
@@ -6,7 +6,7 @@
 #ifndef CS_MONGOOSE_SRC_NET_IF_SOCKET_H_
 #define CS_MONGOOSE_SRC_NET_IF_SOCKET_H_
 
-#include "mongoose/src/mg_net_if.h"
+#include "mg_net_if.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_net_if_socks.h b/src/mg_net_if_socks.h
index 0257a95fe..80e3107c7 100644
--- a/src/mg_net_if_socks.h
+++ b/src/mg_net_if_socks.h
@@ -7,7 +7,7 @@
 #define CS_MONGOOSE_SRC_NET_IF_SOCKS_H_
 
 #if MG_ENABLE_SOCKS
-#include "mongoose/src/mg_net_if.h"
+#include "mg_net_if.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_resolv.c b/src/mg_resolv.c
index a4c771fd3..e445ac50e 100644
--- a/src/mg_resolv.c
+++ b/src/mg_resolv.c
@@ -5,8 +5,8 @@
 
 #if MG_ENABLE_ASYNC_RESOLVER
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_resolv.h"
+#include "mg_internal.h"
+#include "mg_resolv.h"
 
 #ifndef MG_DEFAULT_NAMESERVER
 #define MG_DEFAULT_NAMESERVER "8.8.8.8"
diff --git a/src/mg_resolv.h b/src/mg_resolv.h
index 51e4f2be7..a604c1790 100644
--- a/src/mg_resolv.h
+++ b/src/mg_resolv.h
@@ -10,7 +10,7 @@
 #ifndef CS_MONGOOSE_SRC_RESOLV_H_
 #define CS_MONGOOSE_SRC_RESOLV_H_
 
-#include "mongoose/src/mg_dns.h"
+#include "mg_dns.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_sntp.c b/src/mg_sntp.c
index 0d74cff03..5d40e1afe 100644
--- a/src/mg_sntp.c
+++ b/src/mg_sntp.c
@@ -3,9 +3,9 @@
  * All rights reserved
  */
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_sntp.h"
-#include "mongoose/src/mg_util.h"
+#include "mg_internal.h"
+#include "mg_sntp.h"
+#include "mg_util.h"
 
 #if MG_ENABLE_SNTP
 
diff --git a/src/mg_socks.c b/src/mg_socks.c
index 3fb18491e..56b2d5c0e 100644
--- a/src/mg_socks.c
+++ b/src/mg_socks.c
@@ -5,8 +5,8 @@
 
 #if MG_ENABLE_SOCKS
 
-#include "mongoose/src/mg_socks.h"
-#include "mongoose/src/mg_internal.h"
+#include "mg_socks.h"
+#include "mg_internal.h"
 
 /*
  *  https://www.ietf.org/rfc/rfc1928.txt paragraph 3, handle client handshake
diff --git a/src/mg_uri.c b/src/mg_uri.c
index 34c062656..9b6228b89 100644
--- a/src/mg_uri.c
+++ b/src/mg_uri.c
@@ -3,8 +3,8 @@
  * All rights reserved
  */
 
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_uri.h"
+#include "mg_internal.h"
+#include "mg_uri.h"
 
 /*
  * scan string until encountering one of `seps`, keeping track of component
diff --git a/src/mg_uri.h b/src/mg_uri.h
index 476ef6cd3..f79e547ca 100644
--- a/src/mg_uri.h
+++ b/src/mg_uri.h
@@ -10,7 +10,7 @@
 #ifndef CS_MONGOOSE_SRC_URI_H_
 #define CS_MONGOOSE_SRC_URI_H_
 
-#include "mongoose/src/mg_net.h"
+#include "mg_net.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/mg_util.c b/src/mg_util.c
index a58148603..485ba276e 100644
--- a/src/mg_util.c
+++ b/src/mg_util.c
@@ -4,8 +4,8 @@
  */
 
 #include "common/cs_base64.h"
-#include "mongoose/src/mg_internal.h"
-#include "mongoose/src/mg_util.h"
+#include "mg_internal.h"
+#include "mg_util.h"
 
 /* For platforms with limited libc */
 #ifndef MAX
diff --git a/src/mg_util.h b/src/mg_util.h
index 742f98e2b..e6f2e4813 100644
--- a/src/mg_util.h
+++ b/src/mg_util.h
@@ -12,8 +12,8 @@
 
 #include <stdio.h>
 
-#include "mongoose/src/mg_common.h"
-#include "mongoose/src/mg_net_if.h"
+#include "mg_common.h"
+#include "mg_net_if.h"
 
 #ifdef __cplusplus
 extern "C" {
-- 
GitLab