From 977c46591583a59f8d51773ffaba08b5076a426e Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 7 Jan 2022 12:56:37 +0100 Subject: style: fix minor code formatting issues --- src/maze.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maze.h') diff --git a/src/maze.h b/src/maze.h index 1a3937f..a3c932c 100644 --- a/src/maze.h +++ b/src/maze.h @@ -1,8 +1,8 @@ #ifndef MAZE_H #define MAZE_H -#include "position_stack.h" #include "grid.h" +#include "position_stack.h" /** * Creates a maze from a grid -- cgit v1.2.3-18-g5258