]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_resolve.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_resolve.h
index 92e09220cc6a0f22c37ec2fd3ee7598fab431eb7..0428e0a02fca577e06c44e9989b766651b5486dc 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_RESOLVE_H
-#define CEPH_RGW_RESOLVE_H
+#pragma once
 
 #include "rgw_common.h"
 
@@ -23,5 +22,3 @@ public:
 extern void rgw_init_resolver(void);
 extern void rgw_shutdown_resolver(void);
 extern RGWResolver *rgw_resolver;
-
-#endif