Skip to content

Commit

Permalink
cluster/tests:remove cyclical dep of kafka
Browse files Browse the repository at this point in the history
kafka depends on cluster. cluster depending on application.h
incorrectly created a cyclical dep which confused the kafka/schemata
codegen
  • Loading branch information
emaxerrno committed Jul 27, 2021
1 parent 40dbc2f commit fb3e90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/tests/partition_allocator_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "model/fundamental.h"
#include "random/fast_prng.h"
#include "random/generators.h"
#include "redpanda/application.h"
#include "config/configuration.h"

struct partition_allocator_fixture {
partition_allocator_fixture() {
Expand Down

0 comments on commit fb3e90d

Please sign in to comment.