From 1876eb0bfb5152761d523db0c76fd5d81d437e57 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 18:18:45 -0500 Subject: Remove IWYU pragmas that no longer seem necessary In a few cases here, we could get away with just a forward declaration but IWYU can't figure it out. Since this isn't a huge deal, just do what the tool says, since it's overall less hassle to just do what it says. --- tests/test_utils.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/test_utils.hpp b/tests/test_utils.hpp index e00d25f9..4c358739 100644 --- a/tests/test_utils.hpp +++ b/tests/test_utils.hpp @@ -19,8 +19,6 @@ #include #include -// IWYU pragma: no_include "ingen/FilePath.hpp" - #define EXPECT_TRUE(value) \ do { \ if (!(value)) { \ -- cgit v1.2.1