Browse Source

APM_Control: Remove duplicate include statements

mission-4.1.18
Michael du Breuil 10 years ago committed by Andrew Tridgell
parent
commit
e45f3537cf
  1. 2
      libraries/APM_Control/AP_PitchController.cpp
  2. 1
      libraries/APM_Control/AP_RollController.cpp
  3. 1
      libraries/APM_Control/AP_RollController.h
  4. 1
      libraries/APM_Control/AP_YawController.cpp

2
libraries/APM_Control/AP_PitchController.cpp

@ -17,9 +17,7 @@ @@ -17,9 +17,7 @@
// Initial Code by Jon Challinger
// Modified by Paul Riseborough
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_Common.h>
#include "AP_PitchController.h"
extern const AP_HAL::HAL& hal;

1
libraries/APM_Control/AP_RollController.cpp

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
// Modified by Paul Riseborough
//
#include <AP_Math.h>
#include <AP_HAL.h>
#include "AP_RollController.h"

1
libraries/APM_Control/AP_RollController.h

@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@
#include <AP_AutoTune.h>
#include <DataFlash.h>
#include <AP_Math.h>
#include <DataFlash.h>
class AP_RollController {
public:

1
libraries/APM_Control/AP_YawController.cpp

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
// Modified by Paul Riseborough to implement a three loop autopilot
// topology
//
#include <AP_Math.h>
#include <AP_HAL.h>
#include "AP_YawController.h"

Loading…
Cancel
Save