Skip to content

Commit 965552f

Browse files
committed
chore: remove unnecessary <cctype> header inclusion
1 parent 43b83c5 commit 965552f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "iceberg/catalog/rest/auth/auth_managers.h"
2121

2222
#include <algorithm>
23-
#include <cctype>
2423

2524
#include "iceberg/catalog/rest/auth/auth_properties.h"
2625
#include "iceberg/util/string_util.h"

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)