aboutsummaryrefslogtreecommitdiff
path: root/src/games/minesweeper/Minesweeper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/minesweeper/Minesweeper.hpp')
-rw-r--r--src/games/minesweeper/Minesweeper.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/games/minesweeper/Minesweeper.hpp b/src/games/minesweeper/Minesweeper.hpp
index 1db77ff..9088d10 100644
--- a/src/games/minesweeper/Minesweeper.hpp
+++ b/src/games/minesweeper/Minesweeper.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include <games/Game.hpp>
-#include <common/math.hpp>
-#include <common/Font.hpp>
+#include "games/Game.hpp"
+#include "common/math.hpp"
+#include "common/Font.hpp"
class Minesweeper : public Game {