Skip to content

Commit 8a14f9c

Browse files
authored
chore: remove unnecessary <cctype> header inclusion (#554)
1 parent 05b0f60 commit 8a14f9c

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/iceberg/catalog/rest/auth/auth_managers.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
#include "iceberg/catalog/rest/auth/auth_managers.h"
2121

22-
#include <algorithm>
23-
#include <cctype>
24-
2522
#include "iceberg/catalog/rest/auth/auth_properties.h"
2623
#include "iceberg/util/string_util.h"
2724

src/iceberg/test/util/docker_compose_util.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
#include "iceberg/test/util/docker_compose_util.h"
2121

22-
#include <cctype>
23-
2422
#include "iceberg/test/util/cmd_util.h"
2523

2624
namespace iceberg {

0 commit comments

Comments
 (0)