summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_asio_client.h
diff options
context:
space:
mode:
authorkalebskeithley <kaleb@redhat.com>2023-01-23 17:37:15 +0100
committerGitHub <noreply@github.com>2023-01-23 17:37:15 +0100
commite0da274c68ad6c623d7013b81d7a9281f16f9b1d (patch)
tree87faa557705c6050e7e083970817cd9378e3b470 /src/rgw/rgw_asio_client.h
parentMerge pull request #48828 from yuvalif/wip-yuval-cython-fails-clang16 (diff)
parentrgw: refactor selected files for better above- vs below-the-line (diff)
downloadceph-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.h5
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