Commit ab000c68 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Dmitry Frank

Fix includes

Even though it makes no prectical difference due to the way amalgamation works

CL: none

PUBLISHED_FROM=6977833f2b469e5b969385ad9ae21a28af76746f
parent aba60dad
...@@ -5369,7 +5369,7 @@ out: ...@@ -5369,7 +5369,7 @@ out:
#if MG_ENABLE_HTTP #if MG_ENABLE_HTTP
/* Amalgamated: #include "common/md5.h" */ /* Amalgamated: #include "common/cs_md5.h" */
/* Amalgamated: #include "mongoose/src/mg_internal.h" */ /* Amalgamated: #include "mongoose/src/mg_internal.h" */
/* Amalgamated: #include "mongoose/src/mg_util.h" */ /* Amalgamated: #include "mongoose/src/mg_util.h" */
...@@ -9268,7 +9268,7 @@ MG_INTERNAL void mg_handle_put(struct mg_connection *nc, const char *path, ...@@ -9268,7 +9268,7 @@ MG_INTERNAL void mg_handle_put(struct mg_connection *nc, const char *path,
#if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET #if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET
/* Amalgamated: #include "common/sha1.h" */ /* Amalgamated: #include "common/cs_sha1.h" */
#ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS #ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS
#define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5 #define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#if MG_ENABLE_HTTP #if MG_ENABLE_HTTP
#include "common/md5.h" #include "common/cs_md5.h"
#include "mongoose/src/mg_internal.h" #include "mongoose/src/mg_internal.h"
#include "mongoose/src/mg_util.h" #include "mongoose/src/mg_util.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET #if MG_ENABLE_HTTP && MG_ENABLE_HTTP_WEBSOCKET
#include "common/sha1.h" #include "common/cs_sha1.h"
#ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS #ifndef MG_WEBSOCKET_PING_INTERVAL_SECONDS
#define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5 #define MG_WEBSOCKET_PING_INTERVAL_SECONDS 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment