From 5b90429a75c58797ec29ac9a8ed18c2dcd7d4950 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 16 Apr 2024 11:10:17 -0700 Subject: Add missing headers Most of these were found by breaking every redfish class handler into its own compile unit: When that's done, these missing headers become compile errors. We should just fix them. In addition, this allows us to enable automatic header checking in clang-tidy using misc-header-cleaner. Because the compiler can now "see" all the defines, it no longer tries to remove headers that it thinks are unused. [1] https://github.com/openbmc/bmcweb/commit/4fdee9e39e9f03122ee16a6fb251a380681f56ac Tested: Code compiles. Change-Id: Ifa27ac4a512362b7ded7cc3068648dc4aea6ad7b Signed-off-by: Ed Tanous --- http/http_client.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'http') diff --git a/http/http_client.hpp b/http/http_client.hpp index 6a20453b82..f44107b69f 100644 --- a/http/http_client.hpp +++ b/http/http_client.hpp @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3