diff options
Diffstat (limited to 'source/core/StarPoly.hpp')
-rw-r--r-- | source/core/StarPoly.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarPoly.hpp b/source/core/StarPoly.hpp index 806b495..8dc2c19 100644 --- a/source/core/StarPoly.hpp +++ b/source/core/StarPoly.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_POLY_HPP -#define STAR_POLY_HPP +#pragma once #include <numeric> @@ -746,5 +745,3 @@ std::ostream& operator<<(std::ostream& os, Polygon<DataType> const& poly) { } } - -#endif |