Skip to content

Commit

Permalink
iceberg/compat: Drop unused dependencies & includes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiman committed Jan 6, 2025
1 parent d84544e commit eef6479
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/v/iceberg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ redpanda_cc_library(
":compatibility_utils",
":datatypes",
"//src/v/base",
"@abseil-cpp//absl/container:btree",
"@fmt",
"@seastar",
],
)

Expand Down
2 changes: 0 additions & 2 deletions src/v/iceberg/compatibility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "iceberg/compatibility_utils.h"
#include "iceberg/datatypes.h"

#include <fmt/format.h>

#include <ranges>
#include <variant>

Expand Down
3 changes: 0 additions & 3 deletions src/v/iceberg/compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@

#pragma once

#include "base/outcome.h"
#include "iceberg/compatibility_types.h"
#include "iceberg/datatypes.h"

#include <seastar/util/bool_class.hh>

namespace iceberg {

/**
Expand Down

0 comments on commit eef6479

Please sign in to comment.