diff options
Diffstat (limited to 'gr-channels/lib/fading_model_impl.h')
-rw-r--r-- | gr-channels/lib/fading_model_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-channels/lib/fading_model_impl.h b/gr-channels/lib/fading_model_impl.h index 5c2d7f3877..3b816b6679 100644 --- a/gr-channels/lib/fading_model_impl.h +++ b/gr-channels/lib/fading_model_impl.h @@ -23,14 +23,14 @@ #ifndef INCLUDED_CHANNELS_CHANNEL_MODEL_IMPL_H #define INCLUDED_CHANNELS_CHANNEL_MODEL_IMPL_H -#include <gr_sync_block.h> -#include <channels/fading_model.h> +#include <gnuradio/sync_block.h> +#include <gnuradio/channels/fading_model.h> //#include <iostream> #include <boost/format.hpp> #include <boost/random.hpp> -#include <gr_fxpt.h> +#include <gnuradio/fxpt.h> #include <sincostable.h> namespace gr { |