From: Giovanni Bechis Date: Mon, 9 Mar 2020 07:16:11 +0000 (+0000) Subject: remove unused headers X-Git-Tag: 2.5.0-alpha2-ci-test-only~1588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bceba10b2e03ccff610d5b52bdadcd3d27d3d5;p=thirdparty%2Fapache%2Fhttpd.git remove unused headers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 59fee42f6a4..21d33eeb9cb 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -51,7 +51,6 @@ #include "apr_hash.h" #include "apr_user.h" #include "apr_lib.h" -#include "apr_signal.h" #include "apr_global_mutex.h" #include "apr_dbm.h" #include "apr_dbd.h" @@ -66,22 +65,12 @@ #define APR_WANT_IOVEC #include "apr_want.h" -/* XXX: Do we really need these headers? */ -#if APR_HAVE_UNISTD_H -#include -#endif -#if APR_HAVE_SYS_TYPES_H -#include -#endif #if APR_HAVE_STDARG_H #include #endif #if APR_HAVE_STDLIB_H #include #endif -#if APR_HAVE_CTYPE_H -#include -#endif #if APR_HAVE_NETINET_IN_H #include #endif