Commit 02b946ef authored by Don Gagne's avatar Don Gagne
Browse files

Move headers out of mobile build

parent 1b82d675
...@@ -46,8 +46,6 @@ This file is part of the QGROUNDCONTROL project ...@@ -46,8 +46,6 @@ This file is part of the QGROUNDCONTROL project
#include "QGCMAVLinkLogPlayer.h" #include "QGCMAVLinkLogPlayer.h"
#include "SettingsDialog.h" #include "SettingsDialog.h"
#include "MAVLinkDecoder.h" #include "MAVLinkDecoder.h"
#include "QGCDataPlot2D.h"
#include "Linecharts.h"
#include "FlightDisplayView.h" #include "FlightDisplayView.h"
#include "SetupView.h" #include "SetupView.h"
#include "QGCApplication.h" #include "QGCApplication.h"
...@@ -60,6 +58,8 @@ This file is part of the QGROUNDCONTROL project ...@@ -60,6 +58,8 @@ This file is part of the QGROUNDCONTROL project
#include "UAS.h" #include "UAS.h"
#ifndef __mobile__ #ifndef __mobile__
#include "QGCDataPlot2D.h"
#include "Linecharts.h"
#include "QGCUASFileViewMulti.h" #include "QGCUASFileViewMulti.h"
#include "UASQuickView.h" #include "UASQuickView.h"
#include "QGCTabbedInfoView.h" #include "QGCTabbedInfoView.h"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment