diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-17 13:43:52 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-29 14:52:56 -0400 |
commit | f3e2e07201c50033bf6c9d0c6a6f068557b4f17f (patch) | |
tree | 140b3c2d20a951ffd4abd564c3378ee2e2f9fc7c /gr-wavelet/include/wavelet | |
parent | 35303ae975a5b1bdecc2492bc96e2b8e89b62a3d (diff) |
runtime: converting runtime core to gr namespace, gnuradio include dir.
Diffstat (limited to 'gr-wavelet/include/wavelet')
-rw-r--r-- | gr-wavelet/include/wavelet/api.h | 2 | ||||
-rw-r--r-- | gr-wavelet/include/wavelet/squash_ff.h | 4 | ||||
-rw-r--r-- | gr-wavelet/include/wavelet/wavelet_ff.h | 4 | ||||
-rw-r--r-- | gr-wavelet/include/wavelet/wvps_ff.h | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/gr-wavelet/include/wavelet/api.h b/gr-wavelet/include/wavelet/api.h index f1b281440d..371ac24d54 100644 --- a/gr-wavelet/include/wavelet/api.h +++ b/gr-wavelet/include/wavelet/api.h @@ -22,7 +22,7 @@ #ifndef INCLUDED_WAVELET_API_H #define INCLUDED_WAVELET_API_H -#include <attributes.h> +#include <gnuradio/attributes.h> #ifdef gnuradio_wavelet_EXPORTS # define WAVELET_API __GR_ATTR_EXPORT diff --git a/gr-wavelet/include/wavelet/squash_ff.h b/gr-wavelet/include/wavelet/squash_ff.h index f546148581..1635829a6c 100644 --- a/gr-wavelet/include/wavelet/squash_ff.h +++ b/gr-wavelet/include/wavelet/squash_ff.h @@ -24,12 +24,12 @@ #define INCLUDED_WAVELET_SQUASH_FF_H #include <wavelet/api.h> -#include <gr_sync_block.h> +#include <gnuradio/sync_block.h> namespace gr { namespace wavelet { - class WAVELET_API squash_ff : virtual public gr_sync_block + class WAVELET_API squash_ff : virtual public sync_block { public: diff --git a/gr-wavelet/include/wavelet/wavelet_ff.h b/gr-wavelet/include/wavelet/wavelet_ff.h index 67bb6b19f8..1cae092e46 100644 --- a/gr-wavelet/include/wavelet/wavelet_ff.h +++ b/gr-wavelet/include/wavelet/wavelet_ff.h @@ -24,12 +24,12 @@ #define INCLUDED_WAVELET_WAVELET_FF_H #include <wavelet/api.h> -#include <gr_sync_block.h> +#include <gnuradio/sync_block.h> namespace gr { namespace wavelet { - class WAVELET_API wavelet_ff : virtual public gr_sync_block + class WAVELET_API wavelet_ff : virtual public sync_block { public: diff --git a/gr-wavelet/include/wavelet/wvps_ff.h b/gr-wavelet/include/wavelet/wvps_ff.h index 7f1965a6e7..6a799b0bbb 100644 --- a/gr-wavelet/include/wavelet/wvps_ff.h +++ b/gr-wavelet/include/wavelet/wvps_ff.h @@ -24,14 +24,14 @@ #define INCLUDED_WAVELET_WVPS_FF_H #include <wavelet/api.h> -#include <gr_sync_decimator.h> +#include <gnuradio/sync_decimator.h> class wavelet_wvps_ff; namespace gr { namespace wavelet { - class WAVELET_API wvps_ff : virtual public gr_sync_block + class WAVELET_API wvps_ff : virtual public sync_block { public: |