summaryrefslogtreecommitdiff
path: root/netfs/lib/entryResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/lib/entryResolver.h')
-rw-r--r--netfs/lib/entryResolver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/netfs/lib/entryResolver.h b/netfs/lib/entryResolver.h
index 86aaace..bb5baa3 100644
--- a/netfs/lib/entryResolver.h
+++ b/netfs/lib/entryResolver.h
@@ -1,5 +1,4 @@
-#ifndef NETFS_ENTRYRESOLVER_H
-#define NETFS_ENTRYRESOLVER_H
+#pragma once
#include <memory>
@@ -13,5 +12,3 @@ public:
};
template<typename entry_t> using EntryResolverPtr = std::shared_ptr<EntryResolver<entry_t>>;
-
-#endif