diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-28 08:43:26 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-28 08:43:26 +0200 |
| commit | 74a123a9fdf72fa4a2d0322de011d10b69898191 (patch) | |
| tree | 7aaee73b410fc1a247ff7885dc56226a7a25b5b6 /test/hole.cpp | |
| parent | eeaaef1547891b2a0d5c03a967d134a85458a36d (diff) | |
move out from hole.hpp to hole-cut.hpp
Now the latter doesn't require including <src/object.hpp>.
Diffstat (limited to 'test/hole.cpp')
| -rw-r--r-- | test/hole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
