libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 26260f778cb98272ddce217286250f36bb5aef76
parent 198ce9d5339edc3b464e603b54c3837aeda8ccd7
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 21 Dec 2025 17:30:20 +0100

mhd_const.c: removed unused includes

Diffstat:
Msrc/mhd2/mhd_const.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mhd2/mhd_const.c b/src/mhd2/mhd_const.c @@ -44,12 +44,6 @@ #include "mhd_sys_options.h" -#include <stdio.h> -#ifdef HAVE_STDLIB_H -# include <stdlib.h> -#elif defined(HAVE_UNISTD_H) -# include <unistd.h> -#endif #include "sys_null_macro.h" #include "mhd_public_api.h"