summaryrefslogtreecommitdiff
path: root/netfs/lib/defaultMapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/lib/defaultMapper.h')
-rw-r--r--netfs/lib/defaultMapper.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/netfs/lib/defaultMapper.h b/netfs/lib/defaultMapper.h
index 9f063a8..d4fb77f 100644
--- a/netfs/lib/defaultMapper.h
+++ b/netfs/lib/defaultMapper.h
@@ -1,5 +1,4 @@
-#ifndef NETFS_MAPPING_DEFAULTIMPL_H
-#define NETFS_MAPPING_DEFAULTIMPL_H
+#pragma once
#include "baseMapper.h"
#include "entries.h"
@@ -17,5 +16,3 @@ namespace NetFS {
};
}
}
-
-#endif