GENERATED: use proper includes in headers

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-06-08 14:38:16 +02:00
parent fb73899006
commit 6ece32ccac
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -11,8 +11,10 @@
#ifndef MHD_DAEMON_OPTIONS_H
#define MHD_DAEMON_OPTIONS_H 1
#include "microhttpd2.h"
#include "internal.h"
#include "mhd_sys_options.h"
#include "mhd_public_api.h"
struct DaemonOptions {
/**
+4 -2
View File
@@ -11,8 +11,10 @@
#ifndef MHD_RESPONSE_OPTIONS_H
#define MHD_RESPONSE_OPTIONS_H 1
#include "microhttpd2.h"
#include "internal.h"
#include "mhd_sys_options.h"
#include "mhd_public_api.h"
struct ResponseOptions {
/**