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_sync_block.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_sync_block.h')
-rw-r--r-- | include/gnuradio/gr_sync_block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gnuradio/gr_sync_block.h b/include/gnuradio/gr_sync_block.h index 6e5ad96..fa08a8e 100644 --- a/include/gnuradio/gr_sync_block.h +++ b/include/gnuradio/gr_sync_block.h @@ -17,7 +17,6 @@ #ifndef INCLUDED_GNURADIO_GR_SYNC_BLOCK_H #define INCLUDED_GNURADIO_GR_SYNC_BLOCK_H -#include <gnuradio/runtime_api.h> #include <gr_block.h> struct GR_RUNTIME_API gr_sync_block : public gr_block |