@ -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 @@
//
#include "AP_RollController.h"
@ -9,7 +9,6 @@
#include <AP_AutoTune.h>
#include <DataFlash.h>
class AP_RollController {
public:
// Modified by Paul Riseborough to implement a three loop autopilot
// topology
#include "AP_YawController.h"