Commit f6ef676a authored by Don Gagne's avatar Don Gagne

Merge pull request #1243 from DonLakeFlyer/Includes

Remove '../' from includes
parents 47c0d51f fa5acc41
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <QLayout> #include <QLayout>
#include <LinkInterface.h> #include <LinkInterface.h>
#include"XbeeLinkInterface.h" #include"XbeeLinkInterface.h"
#include "../comm/HexSpinBox.h" #include "HexSpinBox.h"
class XbeeConfigurationWindow : public QWidget class XbeeConfigurationWindow : public QWidget
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <QGraphicsItem> #include <QGraphicsItem>
#include "UASInterface.h" #include "UASInterface.h"
#include "../../libs/opmapcontrol/opmapcontrol.h" #include "opmapcontrol.h"
class MAV2DIcon : public mapcontrol::UAVItem class MAV2DIcon : public mapcontrol::UAVItem
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <QMap> #include <QMap>
#include <QTimer> #include <QTimer>
#include "../../../libs/opmapcontrol/opmapcontrol.h" #include "opmapcontrol.h"
// Choose one default map type // Choose one default map type
//#define MAP_DEFAULT_TYPE_BING //#define MAP_DEFAULT_TYPE_BING
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <osg/ShapeDrawable> #include <osg/ShapeDrawable>
#include <osgText/Text> #include <osgText/Text>
#include "../MainWindow.h" #include "MainWindow.h"
#include "PixhawkCheetahNode.h" #include "PixhawkCheetahNode.h"
#include "TerrainParamDialog.h" #include "TerrainParamDialog.h"
#include "UASManager.h" #include "UASManager.h"
......
Markdown is supported
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