From: Casey Bodley Date: Sat, 30 Oct 2021 23:45:45 +0000 (-0400) Subject: rgw: clean up WITH_RADOSGW_BEAST_OPENSSL X-Git-Tag: v16.2.8~280^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9d11546024a9cc936e720f9ab1fc7edc46bfb31;p=ceph.git rgw: clean up WITH_RADOSGW_BEAST_OPENSSL the #ifdef was covering more includes than it should have Signed-off-by: Casey Bodley (cherry picked from commit 44f4b083dea933f62cd76279593e3f1b3cd21f77) --- diff --git a/src/rgw/rgw_asio_frontend.cc b/src/rgw/rgw_asio_frontend.cc index a265f184856e..7614cbb2a53d 100644 --- a/src/rgw/rgw_asio_frontend.cc +++ b/src/rgw/rgw_asio_frontend.cc @@ -22,6 +22,7 @@ #ifdef WITH_RADOSGW_BEAST_OPENSSL #include #include +#endif #include "common/split.h" @@ -30,8 +31,6 @@ #include "rgw_zone.h" -#endif - #include "rgw_dmclock_async_scheduler.h" #define dout_subsys ceph_subsys_rgw