From 73a6083b84dd3506bf4fdfbcb15bfd9a7033c98c Mon Sep 17 00:00:00 2001 From: Johnathan Corgan <johnathan@corganlabs.com> Date: Tue, 6 May 2014 13:28:33 -0700 Subject: zeromq: rename include guards --- gr-zeromq/lib/pull_source_impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-zeromq/lib/pull_source_impl.h') diff --git a/gr-zeromq/lib/pull_source_impl.h b/gr-zeromq/lib/pull_source_impl.h index 3e56bdc4c5..6e3e686689 100644 --- a/gr-zeromq/lib/pull_source_impl.h +++ b/gr-zeromq/lib/pull_source_impl.h @@ -20,8 +20,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_ZMQBLOCKS_PULL_SOURCE_IMPL_H -#define INCLUDED_ZMQBLOCKS_PULL_SOURCE_IMPL_H +#ifndef INCLUDED_ZEROMQ_PULL_SOURCE_IMPL_H +#define INCLUDED_ZEROMQ_PULL_SOURCE_IMPL_H #include <gnuradio/zeromq/pull_source.h> #include <zmq.hpp> @@ -49,4 +49,4 @@ namespace gr { } // namespace zeromq } // namespace gr -#endif /* INCLUDED_ZMQBLOCKS_PULL_SOURCE_IMPL_H */ +#endif /* INCLUDED_ZEROMQ_PULL_SOURCE_IMPL_H */ -- cgit v1.2.3