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. --- src/server/PortAudioDriver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/PortAudioDriver.hpp') diff --git a/src/server/PortAudioDriver.hpp b/src/server/PortAudioDriver.hpp index d54791c1..77d91461 100644 --- a/src/server/PortAudioDriver.hpp +++ b/src/server/PortAudioDriver.hpp @@ -18,7 +18,7 @@ #define INGEN_ENGINE_PORTAUDIODRIVER_HPP #include "Driver.hpp" -#include "EnginePort.hpp" // IWYU pragma: keep +#include "EnginePort.hpp" #include "types.hpp" #include -- cgit v1.2.1