From 0d80574a5bd6cfe21827a7e0da2ddc84773363a3 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 7 Nov 2024 15:51:08 +0100 Subject: build_engine: Implement IWYU suggestions Requires the use of a pragma to avoid wrong removal suggestion for path_hash.hpp. Co-authored-by: Maksim Denisov --- src/buildtool/build_engine/expression/target_node.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buildtool/build_engine/expression/target_node.hpp') diff --git a/src/buildtool/build_engine/expression/target_node.hpp b/src/buildtool/build_engine/expression/target_node.hpp index 1e7cbd2e..955a6fb7 100644 --- a/src/buildtool/build_engine/expression/target_node.hpp +++ b/src/buildtool/build_engine/expression/target_node.hpp @@ -15,12 +15,12 @@ #ifndef INCLUDED_SRC_BUILDTOOL_BUILDENGINE_EXPRESSION_TARGET_NODE_HPP #define INCLUDED_SRC_BUILDTOOL_BUILDENGINE_EXPRESSION_TARGET_NODE_HPP -#include -#include // std::move +#include +#include // IWYU pragma: keep #include +#include "nlohmann/json.hpp" #include "src/buildtool/build_engine/expression/expression_ptr.hpp" -#include "src/buildtool/build_engine/expression/target_result.hpp" class TargetNode { using Value = ExpressionPtr; // store result type -- cgit v1.2.3