summaryrefslogtreecommitdiffstats
path: root/modules/generators
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-04-15 11:49:56 +0200
committerJoe Orton <jorton@apache.org>2024-04-15 11:49:56 +0200
commitc14406763ca69e5b0f7fd00e1ddf34623fe4faf2 (patch)
treeefb5b859e12035166b1da8b4a3c73ede868bd291 /modules/generators
parentCI: Update for OpenSSL 3.3.0, build with -Werror (diff)
downloadapache2-c14406763ca69e5b0f7fd00e1ddf34623fe4faf2.tar.xz
apache2-c14406763ca69e5b0f7fd00e1ddf34623fe4faf2.zip
* 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
Diffstat (limited to 'modules/generators')
-rw-r--r--modules/generators/mod_cgi.c1
-rw-r--r--modules/generators/mod_cgid.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c
index 421124a0cb..3799b06ce3 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 6886ec39f0..c3bee74809 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"