diff options
author | kalebskeithley <kaleb@redhat.com> | 2023-01-23 17:37:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 17:37:15 +0100 |
commit | e0da274c68ad6c623d7013b81d7a9281f16f9b1d (patch) | |
tree | 87faa557705c6050e7e083970817cd9378e3b470 /src/rgw/rgw_asio_client.h | |
parent | Merge pull request #48828 from yuvalif/wip-yuval-cython-fails-clang16 (diff) | |
parent | rgw: refactor selected files for better above- vs below-the-line (diff) | |
download | ceph-e0da274c68ad6c623d7013b81d7a9281f16f9b1d.tar.xz ceph-e0da274c68ad6c623d7013b81d7a9281f16f9b1d.zip |
Merge pull request #49760 from kalebskeithley/ceph-rgw-zipper
rgw: refactor selected files for better above- vs below-the-line
Diffstat (limited to 'src/rgw/rgw_asio_client.h')
-rw-r--r-- | src/rgw/rgw_asio_client.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rgw/rgw_asio_client.h b/src/rgw/rgw_asio_client.h index 8b03fe2e3da..e2ab943dd57 100644 --- a/src/rgw/rgw_asio_client.h +++ b/src/rgw/rgw_asio_client.h @@ -1,8 +1,7 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp -#ifndef RGW_ASIO_CLIENT_H -#define RGW_ASIO_CLIENT_H +#pragma once #include <boost/asio/ip/tcp.hpp> #include <boost/beast/core.hpp> @@ -61,5 +60,3 @@ class ClientIO : public io::RestfulClient, } // namespace asio } // namespace rgw - -#endif // RGW_ASIO_CLIENT_H |