diff options
Diffstat (limited to 'netfs/fuse/fuseMappersImpl.h')
-rw-r--r-- | netfs/fuse/fuseMappersImpl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/netfs/fuse/fuseMappersImpl.h b/netfs/fuse/fuseMappersImpl.h index a87f7ba..e37874a 100644 --- a/netfs/fuse/fuseMappersImpl.h +++ b/netfs/fuse/fuseMappersImpl.h @@ -1,5 +1,4 @@ -#ifndef NETFS_MAPPING_CLIENTIMPL_H -#define NETFS_MAPPING_CLIENTIMPL_H +#pragma once #include "baseMapper.h" #include "entries.h" @@ -27,5 +26,3 @@ namespace NetFS::Client { Mapping::FileSystem mapTransport(const std::string & un, const std::string & gn) override; }; } - -#endif |