From dfb8981810a6b6c9103461971e262a7f60e76eff Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 24 Aug 2025 19:54:52 +0300 Subject: [PATCH] Clean-up Signed-off-by: Slendi --- include/smath.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/smath.hpp b/include/smath.hpp index dc9c66e..e4bba35 100644 --- a/include/smath.hpp +++ b/include/smath.hpp @@ -1,5 +1,3 @@ -#pragma once - /* Copyright 2025 Slendi * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,6 +16,8 @@ * - SMATH_IMPLICIT_CONVERSIONS */ +#pragma once + #include #include #include