diff options
author | Josh Blum | 2012-08-29 13:21:31 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-29 13:21:31 -0700 |
commit | e32b516b3a3615642b45fc3bd34e07f05dc385e5 (patch) | |
tree | e4b8cae1d307b7bb81d43c7e8f613b503656d9b1 /include/gnuradio/gr_hier_block2.h | |
parent | ac3857575c4c762f9a18ee18889740d4360a9aa8 (diff) | |
download | sandhi-e32b516b3a3615642b45fc3bd34e07f05dc385e5.tar.gz sandhi-e32b516b3a3615642b45fc3bd34e07f05dc385e5.tar.bz2 sandhi-e32b516b3a3615642b45fc3bd34e07f05dc385e5.zip |
removed runtime api header (using element.hpp)
Diffstat (limited to 'include/gnuradio/gr_hier_block2.h')
-rw-r--r-- | include/gnuradio/gr_hier_block2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gnuradio/gr_hier_block2.h b/include/gnuradio/gr_hier_block2.h index a8c7fbf..2829f36 100644 --- a/include/gnuradio/gr_hier_block2.h +++ b/include/gnuradio/gr_hier_block2.h @@ -17,7 +17,6 @@ #ifndef INCLUDED_GNURADIO_GR_HIER_BLOCK2_H #define INCLUDED_GNURADIO_GR_HIER_BLOCK2_H -#include <gnuradio/runtime_api.h> #include <gnuradio/hier_block.hpp> #include <gr_io_signature.h> |