From: Casey Bodley Date: Sat, 30 Oct 2021 23:45:45 +0000 (-0400) Subject: rgw: clean up WITH_RADOSGW_BEAST_OPENSSL X-Git-Tag: v17.1.0~443^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44f4b083dea933f62cd76279593e3f1b3cd21f77;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 --- diff --git a/src/rgw/rgw_asio_frontend.cc b/src/rgw/rgw_asio_frontend.cc index daad86eb1ff2..8287e1125d34 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