Browse Source

AP_NavEKF3: remove unnecessary stdio includes

mission-4.1.18
priseborough 8 years ago committed by Randy Mackay
parent
commit
2e5ac40ef6
  1. 2
      libraries/AP_NavEKF3/AP_NavEKF3_AirDataFusion.cpp
  2. 2
      libraries/AP_NavEKF3/AP_NavEKF3_Control.cpp
  3. 2
      libraries/AP_NavEKF3/AP_NavEKF3_GyroBias.cpp
  4. 2
      libraries/AP_NavEKF3/AP_NavEKF3_MagFusion.cpp
  5. 2
      libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp
  6. 2
      libraries/AP_NavEKF3/AP_NavEKF3_OptFlowFusion.cpp
  7. 2
      libraries/AP_NavEKF3/AP_NavEKF3_Outputs.cpp
  8. 2
      libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp
  9. 2
      libraries/AP_NavEKF3/AP_NavEKF3_RngBcnFusion.cpp
  10. 2
      libraries/AP_NavEKF3/AP_NavEKF3_VehicleStatus.cpp
  11. 1
      libraries/AP_NavEKF3/AP_NavEKF3_core.h

2
libraries/AP_NavEKF3/AP_NavEKF3_AirDataFusion.cpp

@ -9,8 +9,6 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
/******************************************************** /********************************************************

2
libraries/AP_NavEKF3/AP_NavEKF3_Control.cpp

@ -10,8 +10,6 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;

2
libraries/AP_NavEKF3/AP_NavEKF3_GyroBias.cpp

@ -7,8 +7,6 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
// reset the body axis gyro bias states to zero and re-initialise the corresponding covariances // reset the body axis gyro bias states to zero and re-initialise the corresponding covariances

2
libraries/AP_NavEKF3/AP_NavEKF3_MagFusion.cpp

@ -8,8 +8,6 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
/******************************************************** /********************************************************

2
libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp

@ -7,8 +7,6 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;

2
libraries/AP_NavEKF3/AP_NavEKF3_OptFlowFusion.cpp

@ -7,8 +7,6 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
/******************************************************** /********************************************************

2
libraries/AP_NavEKF3/AP_NavEKF3_Outputs.cpp

@ -9,8 +9,6 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;

2
libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp

@ -9,8 +9,6 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
/******************************************************** /********************************************************

2
libraries/AP_NavEKF3/AP_NavEKF3_RngBcnFusion.cpp

@ -8,8 +8,6 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
/******************************************************** /********************************************************

2
libraries/AP_NavEKF3/AP_NavEKF3_VehicleStatus.cpp

@ -10,8 +10,6 @@
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;

1
libraries/AP_NavEKF3/AP_NavEKF3_core.h

@ -26,7 +26,6 @@
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>
#include "AP_NavEKF3.h" #include "AP_NavEKF3.h"
#include <stdio.h>
#include <AP_Math/vectorN.h> #include <AP_Math/vectorN.h>
#include <AP_NavEKF3/AP_NavEKF3_Buffer.h> #include <AP_NavEKF3/AP_NavEKF3_Buffer.h>

Loading…
Cancel
Save