From: ovadbar Date: Wed, 16 Dec 2020 14:19:49 +0000 (-0800) Subject: [mod_http_cache] Remove duplicate include statements X-Git-Tag: v1.10.6^2~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=855d8bd3e4a9fb77e3a199569d827ed8617b570d;p=thirdparty%2Ffreeswitch.git [mod_http_cache] Remove duplicate include statements --- 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