aboutsummaryrefslogtreecommitdiff
path: root/src/maze.h
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-01-07 12:56:37 +0100
committerHampusM <hampus@hampusmat.com>2022-01-07 12:56:37 +0100
commit977c46591583a59f8d51773ffaba08b5076a426e (patch)
treea04727c2075cebe0ae8b93728c9071e164a17c43 /src/maze.h
parent2876d7efdeac80085a04b8f1c509065bf323f70e (diff)
style: fix minor code formatting issues
Diffstat (limited to 'src/maze.h')
-rw-r--r--src/maze.h2
1 files changed, 1 insertions, 1 deletions
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