diff options
Diffstat (limited to 'include/ingen')
-rw-r--r-- | include/ingen/Log.hpp | 2 | ||||
-rw-r--r-- | include/ingen/Parser.hpp | 6 | ||||
-rw-r--r-- | include/ingen/client/BlockModel.hpp | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp index 44bf0e2e..173127a1 100644 --- a/include/ingen/Log.hpp +++ b/include/ingen/Log.hpp @@ -18,7 +18,7 @@ #define INGEN_LOG_HPP #include <ingen/LV2Features.hpp> -#include <ingen/fmt.hpp> // IWYU pragma: export +#include <ingen/fmt.hpp> #include <ingen/ingen.h> #include <lv2/core/lv2.h> #include <lv2/log/log.h> diff --git a/include/ingen/Parser.hpp b/include/ingen/Parser.hpp index 5834a349..8db64104 100644 --- a/include/ingen/Parser.hpp +++ b/include/ingen/Parser.hpp @@ -18,11 +18,11 @@ #define INGEN_PARSER_HPP #include <ingen/FilePath.hpp> -#include <ingen/Properties.hpp> // IWYU pragma: keep +#include <ingen/Properties.hpp> #include <ingen/URI.hpp> #include <ingen/ingen.h> -#include <raul/Path.hpp> // IWYU pragma: keep -#include <raul/Symbol.hpp> // IWYU pragma: keep +#include <raul/Path.hpp> +#include <raul/Symbol.hpp> #include <optional> #include <set> diff --git a/include/ingen/client/BlockModel.hpp b/include/ingen/client/BlockModel.hpp index dc5b2c53..db41f4ef 100644 --- a/include/ingen/client/BlockModel.hpp +++ b/include/ingen/client/BlockModel.hpp @@ -20,7 +20,7 @@ #include <ingen/Node.hpp> #include <ingen/URI.hpp> #include <ingen/client/ObjectModel.hpp> -#include <ingen/client/PluginModel.hpp> // IWYU pragma: keep +#include <ingen/client/PluginModel.hpp> #include <ingen/client/signal.hpp> #include <ingen/ingen.h> @@ -29,8 +29,6 @@ #include <string> #include <vector> -// IWYU pragma: no_include <algorithm> - namespace raul { class Path; class Symbol; |