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 /include/http_config.h | |
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 'include/http_config.h')
-rw-r--r-- | include/http_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h index 80956c0f1f..aec29d3e69 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -26,7 +26,6 @@ #ifndef APACHE_HTTP_CONFIG_H #define APACHE_HTTP_CONFIG_H -#include "apr_hooks.h" #include "util_cfgtree.h" #include "ap_config.h" |