Skip to content

Commit

Permalink
Merge pull request #650 from apache/hotfix/remove-unnecessary-zlib
Browse files Browse the repository at this point in the history
Remove unnecessary zlib dependencies.
  • Loading branch information
PengZheng authored Sep 23, 2023
2 parents 774fee6 + 5992b41 commit be8a413
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <pubsub_constants.h>
#include <pubsub/publisher.h>
#include <utils.h>
#include <zconf.h>
#include <arpa/inet.h>
#include <celix_log_helper.h>
#include "pubsub_psa_tcp_constants.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <pubsub_constants.h>
#include <pubsub/publisher.h>
#include <utils.h>
#include <zconf.h>
#include <arpa/inet.h>
#include <pubsub_utils.h>
#include "pubsub_udpmc_topic_sender.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <pubsub_constants.h>
#include <pubsub/publisher.h>
#include <utils.h>
#include <zconf.h>
#include <celix_log_helper.h>
#include "pubsub_websocket_topic_sender.h"
#include "pubsub_psa_websocket_constants.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <stdlib.h>
#include <utils.h>
#include <arpa/inet.h>
#include <zconf.h>
#include <LogHelper.h>
#include <nanomsg/nn.h>
#include <nanomsg/bus.h>
Expand Down

0 comments on commit be8a413

Please sign in to comment.