summaryrefslogtreecommitdiff
path: root/lib/collection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/collection.hpp')
-rw-r--r--lib/collection.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/collection.hpp b/lib/collection.hpp
index cf51157..a80faa2 100644
--- a/lib/collection.hpp
+++ b/lib/collection.hpp
@@ -1,5 +1,4 @@
-#ifndef COLLECTION_H
-#define COLLECTION_H
+#pragma once
#include <algorithm>
#include <memory>
@@ -69,5 +68,3 @@ public:
return objects.end();
}
};
-
-#endif