diff --git a/src/iceberg/catalog/rest/auth/auth_managers.cc b/src/iceberg/catalog/rest/auth/auth_managers.cc index ab076e97f..f56cb2e18 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 -#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 {