]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_period_history.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_period_history.h
index 0d412c76a3bed84bfca022b93153e4fa40bca846..3d18fbf9e22710330967cba47941ad3973c6a01f 100644 (file)
@@ -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_PERIOD_HISTORY_H
-#define RGW_PERIOD_HISTORY_H
+#pragma once
 
 #include <deque>
 #include <mutex>
@@ -113,5 +112,3 @@ class RGWPeriodHistory final {
   /// the current_history
   Cursor lookup(epoch_t realm_epoch);
 };
-
-#endif // RGW_PERIOD_HISTORY_H