]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/generators/mod_cgi.c, mod_cgid.c: Since
authorJoe Orton <jorton@apache.org>
Mon, 15 Apr 2024 09:49:56 +0000 (09:49 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 15 Apr 2024 09:49:56 +0000 (09:49 +0000)
  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

modules/generators/mod_cgi.c
modules/generators/mod_cgid.c

index 421124a0cb13358fc62c79fc06da852be1ad6928..3799b06ce33b1aa19d9b3e99de83a1b2edff8ed7 100644 (file)
@@ -48,7 +48,6 @@
 #include "http_protocol.h"
 #include "http_main.h"
 #include "http_log.h"
-#include "util_script.h"
 #include "ap_mpm.h"
 #include "mod_core.h"
 #include "mod_cgi.h"
index 6886ec39f0424516418675025fd18f5b64d8fd9e..c3bee74809fc98138c5684597eef12c97723c8a6 100644 (file)
@@ -57,7 +57,6 @@
 #include "http_protocol.h"
 #include "http_main.h"
 #include "http_log.h"
-#include "util_script.h"
 #include "ap_mpm.h"
 #include "mpm_common.h"
 #include "mod_suexec.h"