summaryrefslogtreecommitdiff
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-11-10 23:43:06 +0000
committerGuenter Knauf <fuankg@apache.org>2010-11-10 23:43:06 +0000
commitc86bf4327d91cd4c1266ac5983daf44c453c803f (patch)
tree91266475b92e9048932327aab3365ddd642c6ab2 /support/htcacheclean.c
parent9db402d093cd34484155ca9bcc129ceebbe2409e (diff)
downloadhttpd-c86bf4327d91cd4c1266ac5983daf44c453c803f.tar.gz
Splitted off cache defines/structs used by htcacheclean.
This makes htcacheclean again independent from httpd.h. Submitted by: NormW <normw gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index a6422504bd..d2b80efa66 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -36,7 +36,7 @@
#include "apr_ring.h"
#include "apr_date.h"
#include "apr_buckets.h"
-#include "../modules/cache/mod_disk_cache.h"
+#include "../modules/cache/cache_common.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>