aboutsummaryrefslogtreecommitdiff
path: root/src/matrix.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-01-24 22:40:42 +0100
committerHampusM <hampus@hampusmat.com>2022-01-24 22:40:42 +0100
commit2fbe2c72979e1470c85b8ff631e42e0594bd523c (patch)
tree9a48f099d8f9698a92eb8296e396315449517249 /src/matrix.hpp
parent9f685c302a52f0801ca2f03fc03db3cae61ad3e9 (diff)
refactor: use #pragma once
Diffstat (limited to 'src/matrix.hpp')
-rw-r--r--src/matrix.hpp4
1 files changed, 1 insertions, 3 deletions
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 <vector>
@@ -64,4 +63,3 @@ private:
#include "matrix.tpp"
-#endif