From: Casey Bodley Date: Sat, 30 Oct 2021 23:45:45 +0000 (-0400) Subject: rgw: clean up WITH_RADOSGW_BEAST_OPENSSL X-Git-Tag: v15.2.16~68^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=07734a5be2a38d342932bc7caeff0dc4fcf9cbef;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 a15523f3ac3..321f6178299 100644 --- a/src/rgw/rgw_asio_frontend.cc +++ b/src/rgw/rgw_asio_frontend.cc @@ -21,6 +21,7 @@ #ifdef WITH_RADOSGW_BEAST_OPENSSL #include #include +#endif #include "common/split.h" @@ -29,8 +30,6 @@ #include "rgw_zone.h" -#endif - #include "rgw_dmclock_async_scheduler.h" #define dout_subsys ceph_subsys_rgw