gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 187/335: GENERATED: use proper includes in headers


From: gnunet
Subject: [libmicrohttpd] 187/335: GENERATED: use proper includes in headers
Date: Sat, 27 Jul 2024 22:01:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit 6ece32ccac3c3ccbe7d2d1b49724fba4d61e06b0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 13:32:03 2024 +0200

    GENERATED: use proper includes in headers
---
 src/mhd2/daemon_options.h   | 6 ++++--
 src/mhd2/response_options.h | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/mhd2/daemon_options.h b/src/mhd2/daemon_options.h
index a156b194..5cad1b28 100644
--- a/src/mhd2/daemon_options.h
+++ b/src/mhd2/daemon_options.h
@@ -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 {
   /**
diff --git a/src/mhd2/response_options.h b/src/mhd2/response_options.h
index fc755ff0..d3c55558 100644
--- a/src/mhd2/response_options.h
+++ b/src/mhd2/response_options.h
@@ -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 {
   /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]