Browse Source

Fixed include hack

QGC4.4
Lorenz Meier 12 years ago
parent
commit
33c8f8c87d
  1. 3
      src/uas/ArduPilotMegaMAV.h

3
src/uas/ArduPilotMegaMAV.h

@ -25,9 +25,6 @@ This file is part of the QGROUNDCONTROL project @@ -25,9 +25,6 @@ This file is part of the QGROUNDCONTROL project
#define ARDUPILOTMEGAMAV_H
#include "UAS.h"
#include "ardupilotmega/mavlink_msg_mount_configure.h"
#include "ardupilotmega/mavlink_msg_mount_control.h"
#include "ardupilotmega/mavlink_msg_mount_status.h"
class ArduPilotMegaMAV : public UAS
{
Q_OBJECT

Loading…
Cancel
Save