From 607f8d1b51f28dba773a1304b0a46314a326bf09 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 00:25:59 -0400 Subject: Clean up includes and forward declarations --- tests/ingen_test.cpp | 1 - tests/test_utils.hpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index ca026e4a..b1705dfa 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -45,7 +45,6 @@ #include #include #include -#include #include #include diff --git a/tests/test_utils.hpp b/tests/test_utils.hpp index 57446ac5..e595b7c8 100644 --- a/tests/test_utils.hpp +++ b/tests/test_utils.hpp @@ -14,13 +14,13 @@ along with Ingen. If not, see . */ -// IWYU pragma: no_include "ingen/FilePath.hpp" - #include "ingen/fmt.hpp" #include #include +// IWYU pragma: no_include "ingen/FilePath.hpp" + #define EXPECT_TRUE(value) \ do { \ if (!(value)) { \ -- cgit v1.2.1