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/raycast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/raycast.cpp') diff --git a/test/raycast.cpp b/test/raycast.cpp index 5a80f1dc..28ed4f67 100644 --- a/test/raycast.cpp +++ b/test/raycast.cpp @@ -87,7 +87,7 @@ auto run(point from, point to, world& w, bool b, float len) } // namespace -void test_app::test_raycast() +void Test::test_raycast() { auto w = make_world(); { constexpr auto from = point{{0, 0, 0}, {11,12}, {1,-32}}; -- cgit v1.2.3