From 3e2de322265763088f4aff5c50f3f07857e70e44 Mon Sep 17 00:00:00 2001 From: Wu Shuwen Date: Thu, 10 Sep 2026 14:27:05 +0800 Subject: [PATCH] Remove unused iomanip include (#5516) Signed-off-by: dajiaohuang --- include/nlohmann/detail/output/serializer.hpp | 1 - single_include/nlohmann/json.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/nlohmann/detail/output/serializer.hpp b/include/nlohmann/detail/output/serializer.hpp index 0b608f8e2..857fc2445 100644 --- a/include/nlohmann/detail/output/serializer.hpp +++ b/include/nlohmann/detail/output/serializer.hpp @@ -18,7 +18,6 @@ #include // snprintf #include // numeric_limits #include // string, char_traits -#include // setfill, setw #include // is_same #include // move diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index d3c8293a7..63d22b1f4 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -19122,7 +19122,6 @@ NLOHMANN_JSON_NAMESPACE_END #include // snprintf #include // numeric_limits #include // string, char_traits -#include // setfill, setw #include // is_same #include // move