summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-11-11 00:43:06 +0100
committerGuenter Knauf <fuankg@apache.org>2010-11-11 00:43:06 +0100
commitc86bf4327d91cd4c1266ac5983daf44c453c803f (patch)
tree91266475b92e9048932327aab3365ddd642c6ab2 /support/htcacheclean.c
parentRebuild. (diff)
downloadapache2-c86bf4327d91cd4c1266ac5983daf44c453c803f.tar.xz
apache2-c86bf4327d91cd4c1266ac5983daf44c453c803f.zip
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 '')
-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>