]> granicus.if.org Git - apache/commitdiff
util_charset.h has already the needed #if APR_CHARSET_EBCDIC.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 5 Jan 2005 16:16:07 +0000 (16:16 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 5 Jan 2005 16:16:07 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124224 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index db2717dd05f4ab8261908d45587b9e28860a7a3c..9402157f1e0abf92de8dd5713856b863781f3d7a 100644 (file)
 #include "ap_provider.h"
 #include "util_filter.h"
 #include "util_script.h"
-
-#if APR_CHARSET_EBCDIC
 #include "util_charset.h"
-#endif
 
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* needed for unlink/link */