Browse Source

AP_Mount: Cleanup SoloGimalEKF headers further

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
6480786ab2
  1. 2
      libraries/AP_Mount/SoloGimbalEKF.cpp
  2. 5
      libraries/AP_Mount/SoloGimbalEKF.h

2
libraries/AP_Mount/SoloGimbalEKF.cpp

@ -11,6 +11,8 @@ @@ -11,6 +11,8 @@
#include "SoloGimbalEKF.h"
#include <AP_Param/AP_Param.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_NavEKF/AP_Nav_Common.h>
#include <AP_AHRS/AP_AHRS.h>
#include <stdio.h>

5
libraries/AP_Mount/SoloGimbalEKF.h

@ -19,12 +19,7 @@ @@ -19,12 +19,7 @@
#pragma once
#include <AP_Math/AP_Math.h>
#include <AP_InertialSensor/AP_InertialSensor.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_Compass/AP_Compass.h>
#include <AP_Param/AP_Param.h>
#include <AP_NavEKF/AP_Nav_Common.h>
#include <AP_AHRS/AP_AHRS.h>
//#include <AP_NavEKF2/AP_NavEKF2.h>
#include <AP_Math/vectorN.h>

Loading…
Cancel
Save