aboutsummaryrefslogtreecommitdiff
path: root/src/maze.tpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-13 19:55:53 +0100
committerHampusM <hampus@hampusmat.com>2022-02-13 19:55:53 +0100
commitb0c265ee3d94921f55266a679d3801a4d2b4505b (patch)
treeb489dcbafddafdb05b415e920e9a2ca8524158e6 /src/maze.tpp
parent36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c (diff)
refactor: move some components to a engine dir
Diffstat (limited to 'src/maze.tpp')
-rw-r--r--src/maze.tpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maze.tpp b/src/maze.tpp
index fd71479..19390cc 100644
--- a/src/maze.tpp
+++ b/src/maze.tpp
@@ -1,4 +1,3 @@
-#include "matrix.hpp"
#include "maze.hpp"
#include "stack.hpp"
#include <vector>