Skip to content

Commit

Permalink
getting desperate for single-thread CI to link this
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jan 17, 2024
1 parent b76ceb4 commit 1497f1a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/zenoh-pico/collections/bytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>

/*-------- Bytes --------*/
/**
Expand Down
2 changes: 0 additions & 2 deletions include/zenoh-pico/protocol/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define INCLUDE_ZENOH_PICO_PROTOCOL_CORE_H

#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>

Expand All @@ -25,7 +24,6 @@
#include "zenoh-pico/collections/element.h"
#include "zenoh-pico/collections/string.h"
#include "zenoh-pico/config.h"
#include "zenoh-pico/protocol/iobuf.h"
#include "zenoh-pico/system/platform.h"

#define _Z_OPTIONAL
Expand Down
1 change: 0 additions & 1 deletion src/session/push.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "zenoh-pico/api/primitives.h"
#include "zenoh-pico/collections/bytes.h"
#include "zenoh-pico/config.h"
#include "zenoh-pico/protocol/core.h"
#include "zenoh-pico/session/subscription.h"
#include "zenoh-pico/utils/logging.h"

Expand Down
1 change: 0 additions & 1 deletion src/session/reply.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "zenoh-pico/api/constants.h"
#include "zenoh-pico/config.h"
#include "zenoh-pico/protocol/core.h"
#include "zenoh-pico/session/query.h"
#include "zenoh-pico/utils/logging.h"

Expand Down

0 comments on commit 1497f1a

Please sign in to comment.