From c14406763ca69e5b0f7fd00e1ddf34623fe4faf2 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 15 Apr 2024 09:49:56 +0000 Subject: [PATCH] * modules/generators/mod_cgi.c, mod_cgid.c: Since r1916769 adds #include 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 | 1 - modules/generators/mod_cgid.c | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 421124a0cb1..3799b06ce33 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -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" diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 6886ec39f04..c3bee74809f 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -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" -- 2.47.3