From: Yann Ylavic Date: Mon, 20 Mar 2023 10:47:05 +0000 (+0000) Subject: util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore. X-Git-Tag: 2.5.0-alpha2-ci-test-only~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008a9bc99fd53a8e85f77be8018f4ef0a2ad2356;p=thirdparty%2Fapache%2Fhttpd.git util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_time.c b/server/util_time.c index 033d05ef6cd..8dcf2fb293f 100644 --- a/server/util_time.c +++ b/server/util_time.c @@ -16,7 +16,6 @@ #include "util_time.h" #include "apr_env.h" -#include "apr_strings.h"