From 02b946ef975f8fc660eedc5fbc395b5141e473e4 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 14 Oct 2015 16:30:04 -0700 Subject: [PATCH] Move headers out of mobile build --- src/ui/MainWindow.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index 11d7baeb4..04e8938ea 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -46,8 +46,6 @@ This file is part of the QGROUNDCONTROL project #include "QGCMAVLinkLogPlayer.h" #include "SettingsDialog.h" #include "MAVLinkDecoder.h" -#include "QGCDataPlot2D.h" -#include "Linecharts.h" #include "FlightDisplayView.h" #include "SetupView.h" #include "QGCApplication.h" @@ -60,6 +58,8 @@ This file is part of the QGROUNDCONTROL project #include "UAS.h" #ifndef __mobile__ +#include "QGCDataPlot2D.h" +#include "Linecharts.h" #include "QGCUASFileViewMulti.h" #include "UASQuickView.h" #include "QGCTabbedInfoView.h" -- 2.22.0