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-atlas2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wall-atlas2.cpp') diff --git a/test/wall-atlas2.cpp b/test/wall-atlas2.cpp index 3faa306f..d22399be 100644 --- a/test/wall-atlas2.cpp +++ b/test/wall-atlas2.cpp @@ -100,7 +100,7 @@ void test_concrete_wall() } // namespace -void test_app::test_wall_atlas2() +void Test::test_wall_atlas2() { test_empty_wall(); test_loading(); -- cgit v1.2.3