From 965552f5d8549f8508ecc4cb04ba4af601be1db8 Mon Sep 17 00:00:00 2001 From: Junwang Zhao Date: Tue, 3 Feb 2026 14:35:34 +0800 Subject: [PATCH 1/2] chore: remove unnecessary header inclusion --- src/iceberg/catalog/rest/auth/auth_managers.cc | 1 - src/iceberg/test/util/docker_compose_util.cc | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/iceberg/catalog/rest/auth/auth_managers.cc b/src/iceberg/catalog/rest/auth/auth_managers.cc index ab076e97f..8c6ca6ab6 100644 --- a/src/iceberg/catalog/rest/auth/auth_managers.cc +++ b/src/iceberg/catalog/rest/auth/auth_managers.cc @@ -20,7 +20,6 @@ #include "iceberg/catalog/rest/auth/auth_managers.h" #include -#include #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 da26da760..6baa178a7 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 - #include "iceberg/test/util/cmd_util.h" namespace iceberg { From 5ed3b26c40740c331029dc3999dab4eef609cbb9 Mon Sep 17 00:00:00 2001 From: Junwang Zhao Date: Wed, 4 Feb 2026 11:17:29 +0800 Subject: [PATCH 2/2] fix: remove unused --- src/iceberg/catalog/rest/auth/auth_managers.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iceberg/catalog/rest/auth/auth_managers.cc b/src/iceberg/catalog/rest/auth/auth_managers.cc index 8c6ca6ab6..f56cb2e18 100644 --- a/src/iceberg/catalog/rest/auth/auth_managers.cc +++ b/src/iceberg/catalog/rest/auth/auth_managers.cc @@ -19,8 +19,6 @@ #include "iceberg/catalog/rest/auth/auth_managers.h" -#include - #include "iceberg/catalog/rest/auth/auth_properties.h" #include "iceberg/util/string_util.h"