From 74a123a9fdf72fa4a2d0322de011d10b69898191 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Jul 2024 08:43:26 +0200 Subject: move out from hole.hpp to hole-cut.hpp Now the latter doesn't require including . --- test/hole.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/hole.cpp b/test/hole.cpp index 7ccc86c3..ade06a9c 100644 --- a/test/hole.cpp +++ b/test/hole.cpp @@ -1,5 +1,6 @@ #include "app.hpp" #include "src/hole.hpp" +#include "src/hole-cut.hpp" namespace floormat { namespace { -- cgit v1.2.3