From 2fbe2c72979e1470c85b8ff631e42e0594bd523c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 24 Jan 2022 22:40:42 +0100 Subject: refactor: use #pragma once --- src/matrix.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/matrix.hpp') diff --git a/src/matrix.hpp b/src/matrix.hpp index 83f9fc2..d754c31 100644 --- a/src/matrix.hpp +++ b/src/matrix.hpp @@ -1,5 +1,4 @@ -#ifndef MATRIX_HPP -#define MATRIX_HPP +#pragma once #include "vector2.hpp" #include @@ -64,4 +63,3 @@ private: #include "matrix.tpp" -#endif -- cgit v1.2.3-18-g5258