Skip to content

Commit c144067

Browse files
committedApr 15, 2024
* modules/generators/mod_cgi.c, mod_cgid.c: Since
r1916769 adds #include <util_script.h> to cgi_common.h, remove it here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916998 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1f4bb1a commit c144067

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎modules/generators/mod_cgi.c

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "http_protocol.h"
4949
#include "http_main.h"
5050
#include "http_log.h"
51-
#include "util_script.h"
5251
#include "ap_mpm.h"
5352
#include "mod_core.h"
5453
#include "mod_cgi.h"

‎modules/generators/mod_cgid.c

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
#include "http_protocol.h"
5858
#include "http_main.h"
5959
#include "http_log.h"
60-
#include "util_script.h"
6160
#include "ap_mpm.h"
6261
#include "mpm_common.h"
6362
#include "mod_suexec.h"

0 commit comments

Comments
 (0)
Please sign in to comment.