summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lib_frontend.h
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2023-01-21 18:37:05 +0100
committerKaleb S. KEITHLEY <kkeithle@redhat.com>2023-01-23 15:11:27 +0100
commita177935165e83a1bec2cc731e128f585fce75acd (patch)
treeee5524d62bbda64a3b2daa155c551372c8667c1f /src/rgw/rgw_lib_frontend.h
parentMerge pull request #49820 from zdover23/wip-doc-2023-01-21-rados-config-pool-... (diff)
downloadceph-a177935165e83a1bec2cc731e128f585fce75acd.tar.xz
ceph-a177935165e83a1bec2cc731e128f585fce75acd.zip
rgw: refactor selected files for better above- vs below-the-line
Move more files into driver/rados for better above- vs below- the-line. Use #pragma once everywhere (versus fixing all the Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'src/rgw/rgw_lib_frontend.h')
-rw-r--r--src/rgw/rgw_lib_frontend.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rgw/rgw_lib_frontend.h b/src/rgw/rgw_lib_frontend.h
index 57e58c522e5..1772724d218 100644
--- a/src/rgw/rgw_lib_frontend.h
+++ b/src/rgw/rgw_lib_frontend.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_LIB_FRONTEND_H
-#define RGW_LIB_FRONTEND_H
+#pragma once
#include <boost/container/flat_map.hpp>
@@ -112,5 +111,3 @@ namespace rgw {
}; /* RGWLibFrontend */
} /* namespace rgw */
-
-#endif /* RGW_LIB_FRONTEND_H */