APM_Control: Remove duplicate include statements

This commit is contained in:
Michael du Breuil 2015-06-22 03:23:24 -07:00 committed by Andrew Tridgell
parent aa04c81e3c
commit e45f3537cf
4 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

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

View File

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

View File

@ -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"