]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_multi_del.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_multi_del.h
index 6187aae37e8d33889732c518a1fa899fbb5aa260..b060decf420ad632aed2f9efa6debfd0f630cf0d 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_MULTI_DELETE_H_
-#define RGW_MULTI_DELETE_H_
+#pragma once
 
 #include <vector>
 #include "rgw_xml.h"
@@ -61,6 +60,3 @@ public:
   RGWMultiDelXMLParser() {}
   ~RGWMultiDelXMLParser() override {}
 };
-
-
-#endif