From 855d8bd3e4a9fb77e3a199569d827ed8617b570d Mon Sep 17 00:00:00 2001 From: ovadbar Date: Wed, 16 Dec 2020 06:19:49 -0800 Subject: [PATCH] [mod_http_cache] Remove duplicate include statements --- src/mod/applications/mod_http_cache/aws.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mod/applications/mod_http_cache/aws.c b/src/mod/applications/mod_http_cache/aws.c index e6eb43c885..740fe2e9c4 100644 --- a/src/mod/applications/mod_http_cache/aws.c +++ b/src/mod/applications/mod_http_cache/aws.c @@ -30,13 +30,6 @@ #include "aws.h" #include -#if defined(HAVE_OPENSSL) -#include -#include -#endif - - - #if defined(HAVE_OPENSSL) #include #include