mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
APM_Control: Remove duplicate include statements
This commit is contained in:
parent
aa04c81e3c
commit
e45f3537cf
@ -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;
|
||||
|
@ -18,7 +18,6 @@
|
||||
// Modified by Paul Riseborough
|
||||
//
|
||||
|
||||
#include <AP_Math.h>
|
||||
#include <AP_HAL.h>
|
||||
#include "AP_RollController.h"
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <AP_AutoTune.h>
|
||||
#include <DataFlash.h>
|
||||
#include <AP_Math.h>
|
||||
#include <DataFlash.h>
|
||||
|
||||
class AP_RollController {
|
||||
public:
|
||||
|
@ -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…
Reference in New Issue
Block a user