diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:28:33 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:28:33 -0700 |
commit | 73a6083b84dd3506bf4fdfbcb15bfd9a7033c98c (patch) | |
tree | 85d24d3532e1149de3a4c72216f88be5fcf4a571 /gr-zeromq/lib/rep_sink_impl.h | |
parent | 4ea77f5ef1c059a8280aed4713bad63dc4ddeaca (diff) |
zeromq: rename include guards
Diffstat (limited to 'gr-zeromq/lib/rep_sink_impl.h')
-rw-r--r-- | gr-zeromq/lib/rep_sink_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-zeromq/lib/rep_sink_impl.h b/gr-zeromq/lib/rep_sink_impl.h index 0996d53616..299ad06f2b 100644 --- a/gr-zeromq/lib/rep_sink_impl.h +++ b/gr-zeromq/lib/rep_sink_impl.h @@ -20,8 +20,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef INCLUDED_ZMQBLOCKS_REP_SINK_IMPL_H -#define INCLUDED_ZMQBLOCKS_REP_SINK_IMPL_H +#ifndef INCLUDED_ZEROMQ_REP_SINK_IMPL_H +#define INCLUDED_ZEROMQ_REP_SINK_IMPL_H #include <gnuradio/zeromq/rep_sink.h> #include <zmq.hpp> @@ -50,4 +50,4 @@ namespace gr { } // namespace zeromq } // namespace gr -#endif /* INCLUDED_ZMQBLOCKS_REP_SINK_IMPL_H */ +#endif /* INCLUDED_ZEROMQ_REP_SINK_IMPL_H */ |