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-qtgui/lib/plot_raster.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'gr-qtgui/lib/plot_raster.cc')

diff --git a/gr-qtgui/lib/plot_raster.cc b/gr-qtgui/lib/plot_raster.cc
index a339ec64bb..8c5a33adbc 100644
--- a/gr-qtgui/lib/plot_raster.cc
+++ b/gr-qtgui/lib/plot_raster.cc
@@ -22,12 +22,12 @@
 
 #include <gnuradio/qtgui/plot_raster.h>
 
-#include <qimage.h>
-#include <qpen.h>
-#include <qpainter.h>
+#include "qwt_color_map.h"
 #include "qwt_painter.h"
 #include "qwt_scale_map.h"
-#include "qwt_color_map.h"
+#include <qimage.h>
+#include <qpainter.h>
+#include <qpen.h>
 
 #include <iostream>
 
-- 
cgit v1.2.3