This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 8a14f9c4 chore: remove unnecessary <cctype> header inclusion (#554)
8a14f9c4 is described below
commit 8a14f9c4269faea099b6cc396ba7faee88a04ef9
Author: Junwang Zhao <[email protected]>
AuthorDate: Mon Feb 9 12:09:25 2026 +0800
chore: remove unnecessary <cctype> header inclusion (#554)
---
src/iceberg/catalog/rest/auth/auth_managers.cc | 3 ---
src/iceberg/test/util/docker_compose_util.cc | 2 --
2 files changed, 5 deletions(-)
diff --git a/src/iceberg/catalog/rest/auth/auth_managers.cc
b/src/iceberg/catalog/rest/auth/auth_managers.cc
index ab076e97..f56cb2e1 100644
--- a/src/iceberg/catalog/rest/auth/auth_managers.cc
+++ b/src/iceberg/catalog/rest/auth/auth_managers.cc
@@ -19,9 +19,6 @@
#include "iceberg/catalog/rest/auth/auth_managers.h"
-#include <algorithm>
-#include <cctype>
-
#include "iceberg/catalog/rest/auth/auth_properties.h"
#include "iceberg/util/string_util.h"
diff --git a/src/iceberg/test/util/docker_compose_util.cc
b/src/iceberg/test/util/docker_compose_util.cc
index da26da76..6baa178a 100644
--- a/src/iceberg/test/util/docker_compose_util.cc
+++ b/src/iceberg/test/util/docker_compose_util.cc
@@ -19,8 +19,6 @@
#include "iceberg/test/util/docker_compose_util.h"
-#include <cctype>
-
#include "iceberg/test/util/cmd_util.h"
namespace iceberg {