diff options
Diffstat (limited to 'gr-zeromq/lib/push_sink_impl.h')
-rw-r--r-- | gr-zeromq/lib/push_sink_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-zeromq/lib/push_sink_impl.h b/gr-zeromq/lib/push_sink_impl.h index 77f1f60c8d..f1a06433e5 100644 --- a/gr-zeromq/lib/push_sink_impl.h +++ b/gr-zeromq/lib/push_sink_impl.h @@ -20,8 +20,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_ZMQBLOCKS_PUSH_SINK_IMPL_H -#define INCLUDED_ZMQBLOCKS_PUSH_SINK_IMPL_H +#ifndef INCLUDED_ZEROMQ_PUSH_SINK_IMPL_H +#define INCLUDED_ZEROMQ_PUSH_SINK_IMPL_H #include <gnuradio/zeromq/push_sink.h> #include <zmq.hpp> @@ -49,4 +49,4 @@ namespace gr { } // namespace zeromq } // namespace gr -#endif /* INCLUDED_ZMQBLOCKS_ZMQ_PUSH_SINK_IMPL_H */ +#endif /* INCLUDED_ZEROMQ_ZMQ_PUSH_SINK_IMPL_H */ |