diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 13:22:52 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-30 13:22:52 -0700 |
commit | c6acabb7df67983a3a4ebd4a34a7655a431bdeb7 (patch) | |
tree | 9dc519b484c0a4740850102656d9b0579f458ccf /gr-vocoder/lib/cvsd_encode_sb_impl.h | |
parent | 02fbc046244f158adc1c5d8eb2dd28f34b729b01 (diff) |
vocoder: moved include dir to gnuradio/vocoder
Diffstat (limited to 'gr-vocoder/lib/cvsd_encode_sb_impl.h')
-rw-r--r-- | gr-vocoder/lib/cvsd_encode_sb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/lib/cvsd_encode_sb_impl.h b/gr-vocoder/lib/cvsd_encode_sb_impl.h index 1189920fa0..78bbd3eeb3 100644 --- a/gr-vocoder/lib/cvsd_encode_sb_impl.h +++ b/gr-vocoder/lib/cvsd_encode_sb_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_VOCODER_CVSD_ENCODER_SB_IMPL_H #define INCLUDED_VOCODER_CVSD_ENCODER_SB_IMPL_H -#include <vocoder/cvsd_encode_sb.h> +#include <gnuradio/vocoder/cvsd_encode_sb.h> namespace gr { namespace vocoder { |