From 4ae5658935abf69498d7fb39214513c881e5389c Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 11 Jun 2005 00:33:48 +0000 Subject: [PATCH] - link/unlink are not called directly, so we do not need this extra header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190047 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_disk_cache.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/cache/mod_disk_cache.c b/modules/cache/mod_disk_cache.c index 5e46c870ee..e71a5e9960 100644 --- a/modules/cache/mod_disk_cache.c +++ b/modules/cache/mod_disk_cache.c @@ -22,10 +22,6 @@ #include "util_script.h" #include "util_charset.h" -#if APR_HAVE_UNISTD_H -#include /* needed for unlink/link */ -#endif - /* Our on-disk header format is: * * disk_cache_info_t -- 2.40.0