diff options
Diffstat (limited to 'gr-channels/lib/selective_fading_model2_impl.h')
-rw-r--r-- | gr-channels/lib/selective_fading_model2_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-channels/lib/selective_fading_model2_impl.h b/gr-channels/lib/selective_fading_model2_impl.h index a60bb10562..55a818db30 100644 --- a/gr-channels/lib/selective_fading_model2_impl.h +++ b/gr-channels/lib/selective_fading_model2_impl.h @@ -23,16 +23,16 @@ #ifndef INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL2_IMPL_H #define INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL2_IMPL_H -#include <gnuradio/sync_block.h> -#include <gnuradio/channels/selective_fading_model2.h> #include "flat_fader_impl.h" +#include <gnuradio/channels/selective_fading_model2.h> +#include <gnuradio/sync_block.h> //#include <iostream> #include <boost/format.hpp> #include <boost/random.hpp> -#include <gnuradio/fxpt.h> #include "sincostable.h" +#include <gnuradio/fxpt.h> namespace gr { namespace channels { |