From 3534cd206bedef5ea75302d9abf879b15d1df89c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2024 13:30:17 +0200 Subject: test: speed up compile time Removes implicit includes to and from all files. Goes from 30 to 20 seconds. --- test/wall-atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wall-atlas.cpp') diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp index 4a761cfe..3106c7e7 100644 --- a/test/wall-atlas.cpp +++ b/test/wall-atlas.cpp @@ -129,7 +129,7 @@ void test_expected_size() } // namespace floormat::Wall::detail -void floormat::test_app::test_wall_atlas() +void floormat::Test::test_wall_atlas() { using namespace floormat::Wall::detail; using namespace floormat::Wall; -- cgit v1.2.3