summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-08-30 08:05:38 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-08-30 21:53:31 +0300
commit1e75e1dde032e327f16cf7270b0de621f0c6ccc6 (patch)
treea75c67c50eb93d9f3804caee5f6dba206b60d055
parent58283f41276f86666aca6943e7405a20a1ff38b6 (diff)
downloadbmcweb-1e75e1dde032e327f16cf7270b0de621f0c6ccc6.tar.xz
json utils: remove forward_declare
It was accidentally missed in previous round of iwyu clean up. Tested: build. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I6857409848a99594d5c91168cf4a760e456e8c90
-rw-r--r--redfish-core/include/utils/json_utils.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/redfish-core/include/utils/json_utils.hpp b/redfish-core/include/utils/json_utils.hpp
index 66e0619fc4..0d4bee2807 100644
--- a/redfish-core/include/utils/json_utils.hpp
+++ b/redfish-core/include/utils/json_utils.hpp
@@ -37,11 +37,7 @@
#include <vector>
// IWYU pragma: no_include <stdint.h>
-
-namespace crow
-{
-struct Request;
-} // namespace crow
+// IWYU pragma: no_forward_declare crow::Request
namespace redfish
{