summaryrefslogtreecommitdiff
path: root/lib/ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ptr.hpp')
-rw-r--r--lib/ptr.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ptr.hpp b/lib/ptr.hpp
index f242670..931df39 100644
--- a/lib/ptr.hpp
+++ b/lib/ptr.hpp
@@ -1,5 +1,4 @@
-#ifndef PTR_H
-#define PTR_H
+#pragma once
#include <memory>
#include <special_members.hpp>
@@ -66,5 +65,3 @@ public:
{
}
};
-
-#endif