]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_string.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_string.h
index 90e64f98a25874f27c7bd40169cfac3a1f5ebcf9..e58a356f4715ce3e34c0959e4c06d4a23832b879 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_STRING_H
-#define CEPH_RGW_STRING_H
+#pragma once
 
 #include <errno.h>
 #include <stdlib.h>
@@ -234,5 +233,3 @@ static constexpr uint32_t MATCH_CASE_INSENSITIVE = 0x01;
 extern bool match_wildcards(std::string_view pattern,
                             std::string_view input,
                             uint32_t flags = 0);
-
-#endif