]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_lc_s3.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_lc_s3.h
index 0fe093df9ea0fbb6b654c7ed3e16c06f309891a6..5486aef3580571aa676d46b39144fd9f0e59ae00 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 CEPH_RGW_LC_S3_H
-#define CEPH_RGW_LC_S3_H
+#pragma once
 
 #include <map>
 #include <string>
@@ -14,6 +13,7 @@
 #include "rgw_xml.h"
 #include "rgw_tag_s3.h"
 
+
 class LCFilter_S3 : public LCFilter
 {
 public:
@@ -98,5 +98,3 @@ public:
   int rebuild(RGWLifecycleConfiguration& dest);
   void dump_xml(Formatter *f) const;
 };
-
-#endif