summaryrefslogtreecommitdiff
path: root/modules/proxy/examples
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-05-09 15:36:32 +0000
committerJim Jagielski <jim@apache.org>2011-05-09 15:36:32 +0000
commit2aef21903cd8b2a3d07d5447b75aad29160e0333 (patch)
tree5d36e057778fad585dc0eb1381694a31715ce85f /modules/proxy/examples
parent901d35fe8067fa13a0ca902a02ae748a18ea553c (diff)
downloadhttpd-2aef21903cd8b2a3d07d5447b75aad29160e0333.tar.gz
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 'modules/proxy/examples')
-rw-r--r--modules/proxy/examples/mod_lbmethod_rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/examples/mod_lbmethod_rr.c b/modules/proxy/examples/mod_lbmethod_rr.c
index 7888552ea4..7d6c955cdf 100644
--- a/modules/proxy/examples/mod_lbmethod_rr.c
+++ b/modules/proxy/examples/mod_lbmethod_rr.c
@@ -25,7 +25,7 @@
#include "scoreboard.h"
#include "ap_mpm.h"
#include "apr_version.h"
-#include "apr_hooks.h"
+#include "ap_hooks.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid() */