diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-08-07 22:21:18 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-09 23:04:28 +0200 |
commit | d24b0c8f1ebe1a9681271c014659bf2ecc613e50 (patch) | |
tree | a18051dccba5266904571dce8a93128ad62e8453 /gr-digital/lib/symbol_sync_cc_impl.h | |
parent | 65599ad299f030d302386fcda9bc0e3175d9a828 (diff) |
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
Diffstat (limited to 'gr-digital/lib/symbol_sync_cc_impl.h')
-rw-r--r-- | gr-digital/lib/symbol_sync_cc_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/symbol_sync_cc_impl.h b/gr-digital/lib/symbol_sync_cc_impl.h index c1d34524c6..2251163097 100644 --- a/gr-digital/lib/symbol_sync_cc_impl.h +++ b/gr-digital/lib/symbol_sync_cc_impl.h @@ -23,10 +23,10 @@ #ifndef INCLUDED_DIGITAL_SYMBOL_SYNC_CC_IMPL_H #define INCLUDED_DIGITAL_SYMBOL_SYNC_CC_IMPL_H -#include <gnuradio/digital/symbol_sync_cc.h> #include "clock_tracking_loop.h" -#include "timing_error_detector.h" #include "interpolating_resampler.h" +#include "timing_error_detector.h" +#include <gnuradio/digital/symbol_sync_cc.h> namespace gr { namespace digital { |