Add back include cleaner
Include cleaner helps the code review process. Add it back, by ignoring
some of the more recent boost headers.
Change-Id: I6eddd0e67cd9f469c93fbb344cc1ab46231e450f
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/src/update_messages.cpp b/redfish-core/src/update_messages.cpp
index a11cd6a..afaf0ac 100644
--- a/redfish-core/src/update_messages.cpp
+++ b/redfish-core/src/update_messages.cpp
@@ -17,14 +17,16 @@
#include <array>
#include <cstddef>
-#include <cstdint>
#include <span>
-#include <string>
#include <string_view>
// Clang can't seem to decide whether this header needs to be included or not,
// and is inconsistent. Include it for now
// NOLINTNEXTLINE(misc-include-cleaner)
+#include <cstdint>
+// NOLINTNEXTLINE(misc-include-cleaner)
+#include <string>
+// NOLINTNEXTLINE(misc-include-cleaner)
#include <utility>
namespace redfish