diff options
Diffstat (limited to 'gr-zeromq/lib/pull_source_impl.h')
-rw-r--r-- | gr-zeromq/lib/pull_source_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |