diff options
Diffstat (limited to 'tests/test_utils.hpp')
-rw-r--r-- | tests/test_utils.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 <iostream> #include <string> -// IWYU pragma: no_include "ingen/FilePath.hpp" - #define EXPECT_TRUE(value) \ do { \ if (!(value)) { \ |