From d24b0c8f1ebe1a9681271c014659bf2ecc613e50 Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Wed, 7 Aug 2019 22:21:18 +0200 Subject: clang-format: Ordering all the includes clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering --- gr-blocks/lib/message_strobe_random_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-blocks/lib/message_strobe_random_impl.h') diff --git a/gr-blocks/lib/message_strobe_random_impl.h b/gr-blocks/lib/message_strobe_random_impl.h index de70c28419..77eaa005e5 100644 --- a/gr-blocks/lib/message_strobe_random_impl.h +++ b/gr-blocks/lib/message_strobe_random_impl.h @@ -24,11 +24,11 @@ #define INCLUDED_GR_MESSAGE_STROBE_RANDOM_IMPL_H #include <gnuradio/blocks/message_strobe_random.h> -#include <boost/random/variate_generator.hpp> #include <boost/random/mersenne_twister.hpp> -#include <boost/random/poisson_distribution.hpp> #include <boost/random/normal_distribution.hpp> +#include <boost/random/poisson_distribution.hpp> #include <boost/random/uniform_real.hpp> +#include <boost/random/variate_generator.hpp> namespace gr { namespace blocks { -- cgit v1.2.3