summaryrefslogtreecommitdiff
path: root/modules/slotmem
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-02-06 21:14:29 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-02-06 21:14:29 +0000
commite02d599d3a6c0031eae4cefa18e7c93d58cb6b97 (patch)
tree87758cf103763644b40d3eb640ba538c4337d444 /modules/slotmem
parent609dbae292c7812fda325ab9d449d916a4618e09 (diff)
downloadhttpd-e02d599d3a6c0031eae4cefa18e7c93d58cb6b97.tar.gz
This 2 includes are not needed anymore.
They were added in r1542732. The need of apr_version.h has been removed in r1561200. The need of apr_hash.h has been removed in r1561211. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/slotmem')
-rw-r--r--modules/slotmem/mod_slotmem_shm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c
index fda8e1dc7d..d010699288 100644
--- a/modules/slotmem/mod_slotmem_shm.c
+++ b/modules/slotmem/mod_slotmem_shm.c
@@ -28,8 +28,6 @@
#ifdef AP_NEED_SET_MUTEX_PERMS
#include "unixd.h"
#endif
-#include "apr_version.h"
-#include "apr_hash.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid() */