diff options
author | Jim Jagielski <jim@apache.org> | 2011-05-09 17:36:32 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-05-09 17:36:32 +0200 |
commit | 2aef21903cd8b2a3d07d5447b75aad29160e0333 (patch) | |
tree | 5d36e057778fad585dc0eb1381694a31715ce85f /server/core.c | |
parent | Start of ap_hooks.h setup (diff) | |
download | apache2-2aef21903cd8b2a3d07d5447b75aad29160e0333.tar.xz apache2-2aef21903cd8b2a3d07d5447b75aad29160e0333.zip |
Cleanup... most don't need apr_hooks.h at all...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/core.c')
-rw-r--r-- | server/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/core.c b/server/core.c index 83bd0954c5..0f4422bc15 100644 --- a/server/core.c +++ b/server/core.c @@ -20,7 +20,6 @@ #include "apr_fnmatch.h" #include "apr_hash.h" #include "apr_thread_proc.h" /* for RLIMIT stuff */ -#include "apr_hooks.h" #define APR_WANT_IOVEC #define APR_WANT_STRFUNC |