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 --- gnuradio-runtime/lib/buffer.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnuradio-runtime/lib/buffer.cc') diff --git a/gnuradio-runtime/lib/buffer.cc b/gnuradio-runtime/lib/buffer.cc index e66e9ed6c6..cc9d991c95 100644 --- a/gnuradio-runtime/lib/buffer.cc +++ b/gnuradio-runtime/lib/buffer.cc @@ -23,14 +23,13 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <algorithm> +#include "vmcircbuf.h" #include <gnuradio/buffer.h> #include <gnuradio/math.h> -#include "vmcircbuf.h" -#include <stdexcept> -#include <iostream> #include <assert.h> #include <algorithm> +#include <iostream> +#include <stdexcept> // the following header is deprecated as of Boost 1.66.0, and the // other API was introduced in Boost 1.58.0. Since we still support -- cgit v1.2.3