summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/pull_source_impl.h
diff options
context:
space:
mode:
authorBrennan Ashton <bashton@brennanashton.com>2019-10-28 22:05:09 -0700
committerMarcus Müller <mmueller@gnuradio.org>2019-11-01 16:02:11 +0100
commit189cc957e8dd5956771f7676d0a14ce573672432 (patch)
tree9b8011af3301fb2dc7764195b1bea93264bafb97 /gr-zeromq/lib/pull_source_impl.h
parent97b4b75d26c5074b4dd6d16ae73bb8f1400c1e17 (diff)
gr-zeromq: Fix warnings deprecated send since 4.3.1 extends PR #2503
Wrap some missed send calls with helper define and make sure zmq_common_impl.h is being used everywhere instead of zmq.hpp Most were already pulling this in via the base_impl.h Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
Diffstat (limited to 'gr-zeromq/lib/pull_source_impl.h')
-rw-r--r--gr-zeromq/lib/pull_source_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-zeromq/lib/pull_source_impl.h b/gr-zeromq/lib/pull_source_impl.h
index 7ae2743f92..2b0fecc820 100644
--- a/gr-zeromq/lib/pull_source_impl.h
+++ b/gr-zeromq/lib/pull_source_impl.h
@@ -24,7 +24,6 @@
#define INCLUDED_ZEROMQ_PULL_SOURCE_IMPL_H
#include <gnuradio/zeromq/pull_source.h>
-#include <zmq.hpp>
#include "base_impl.h"