X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=eaaea089964c9ba32c245e6d8641c6c592997a02;hb=1f1d55ce48ae1dac0f077c60827a41b368b5207a;hp=2e08d6a471476d9785702c794816b908a89983b3;hpb=13e475e412663ee904b94a6510b5628bdb8b84fa;p=pulseview.git 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;