Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Jul 10, 2023
1 parent 642c224 commit 847a77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions include/aws/mqtt/private/v5/mqtt3_to_mqtt5_adapter_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
#include <aws/common/task_scheduler.h>
#include <aws/mqtt/client.h>
#include <aws/mqtt/private/client_impl_shared.h>
#include <aws/mqtt/private/mqtt_subscription_set.h>
#include <aws/mqtt/v5/mqtt5_client.h>

struct aws_mqtt3_to_mqtt5_adapter_operation_base;

struct aws_mqtt3_to_mqtt5_adapter_operation_vtable {
void (*destroy_fn)(struct aws_mqtt3_to_mqtt5_adapter_operation_base *operation);
};
struct aws_mqtt_subscription_set;

struct aws_mqtt3_to_mqtt5_adapter_publish_options {
struct aws_mqtt_client_connection_5_impl *adapter;
Expand Down
1 change: 1 addition & 0 deletions source/v5/mqtt3_to_mqtt5_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <aws/common/rw_lock.h>

#include <aws/mqtt/private/client_impl_shared.h>
#include <aws/mqtt/private/mqtt_subscription_set.h>
#include <aws/mqtt/private/v5/mqtt3_to_mqtt5_adapter_impl.h>
#include <aws/mqtt/private/v5/mqtt5_client_impl.h>
#include <aws/mqtt/v5/mqtt5_listener.h>
Expand Down

0 comments on commit 847a77d

Please sign in to comment.