X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=eaaea089964c9ba32c245e6d8641c6c592997a02;hp=2e08d6a471476d9785702c794816b908a89983b3;hb=eb8269e3b5eebdd77e6a82d42bcfdfbc3f7613a9;hpb=13e475e412663ee904b94a6510b5628bdb8b84fa diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 2e08d6a..eaaea08 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -17,14 +17,15 @@ * along with this program; if not, see . */ -#include - #ifdef ENABLE_DECODE #include #endif +#include #include #include +#include +#include #include #include @@ -48,8 +49,6 @@ #include "view/view.hpp" #include "views/trace/standardbar.hpp" -#include -#include #include using std::dynamic_pointer_cast;