summaryrefslogtreecommitdiff
path: root/modules/mappers
diff options
context:
space:
mode:
authorGiovanni Bechis <gbechis@apache.org>2020-03-09 07:16:11 +0000
committerGiovanni Bechis <gbechis@apache.org>2020-03-09 07:16:11 +0000
commit04bceba10b2e03ccff610d5b52bdadcd3d27d3d5 (patch)
treeb1edf84c2d915df49768dde5fb6e44e58730ada3 /modules/mappers
parent2382c5a4385843b308dbfe4e056fb567442def98 (diff)
downloadhttpd-04bceba10b2e03ccff610d5b52bdadcd3d27d3d5.tar.gz
remove unused headers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers')
-rw-r--r--modules/mappers/mod_rewrite.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c
index 59fee42f6a..21d33eeb9c 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 <unistd.h>
-#endif
-#if APR_HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
#if APR_HAVE_STDARG_H
#include <stdarg.h>
#endif
#if APR_HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#if APR_HAVE_CTYPE_H
-#include <ctype.h>
-#endif
#if APR_HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif