mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
selective include
This commit is contained in:
@@ -1000,8 +1000,7 @@ TOP:
|
||||
"#include \"sys_base_types.h\"\n"
|
||||
"#include \"sys_malloc.h\"\n"
|
||||
"#include <string.h>\n"
|
||||
"#include \"mhd_daemon.h\"\n"
|
||||
"#include \"mhd_response.h\"\n"
|
||||
"#include \"mhd_%s.h\"\n"
|
||||
"#include \"%s_options.h\"\n"
|
||||
"#include \"mhd_public_api.h\"\n"
|
||||
"\n"
|
||||
@@ -1016,6 +1015,7 @@ TOP:
|
||||
category,
|
||||
category,
|
||||
category,
|
||||
category,
|
||||
capitalize (category),
|
||||
category,
|
||||
capitalize (category));
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "sys_malloc.h"
|
||||
#include <string.h>
|
||||
#include "mhd_daemon.h"
|
||||
#include "mhd_response.h"
|
||||
#include "daemon_options.h"
|
||||
#include "mhd_public_api.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "sys_base_types.h"
|
||||
#include "sys_malloc.h"
|
||||
#include <string.h>
|
||||
#include "mhd_daemon.h"
|
||||
#include "mhd_response.h"
|
||||
#include "response_options.h"
|
||||
#include "mhd_public_api.h"
|
||||
|
||||
Reference in New Issue
Block a user