aboutsummaryrefslogtreecommitdiff
path: root/src/mazerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mazerator.cpp')
-rw-r--r--src/mazerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mazerator.cpp b/src/mazerator.cpp
index a82bbaf..33ef1b1 100644
--- a/src/mazerator.cpp
+++ b/src/mazerator.cpp
@@ -1,8 +1,8 @@
+#include "engine/matrix.hpp"
+#include "engine/vector2.hpp"
#include "getopt.h"
-#include "matrix.hpp"
#include "maze.hpp"
#include "utils.hpp"
-#include "vector2.hpp"
#include <iostream>
#include <memory>
#include <random>