Skip to content

Commit

Permalink
iceberg/compat: Drop unused dependencies & includes
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Leiman <[email protected]>
  • Loading branch information
oleiman committed Jan 6, 2025
1 parent 7d2437c commit e0afd1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 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
3 changes: 0 additions & 3 deletions src/v/iceberg/compatibility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#include "iceberg/compatibility_utils.h"
#include "iceberg/datatypes.h"

#include <absl/container/btree_map.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 e0afd1f

Please sign in to comment.