From fda4a65e3eb29de837641e8973b637a5551b5e1d Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 25 Feb 2022 16:06:29 +1100 Subject: [PATCH] AP_InertialSensor: include cleanups --- libraries/AP_InertialSensor/AP_InertialSensor_NONE.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_InertialSensor/AP_InertialSensor_NONE.h b/libraries/AP_InertialSensor/AP_InertialSensor_NONE.h index effe33920f..54a82d6f7d 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor_NONE.h +++ b/libraries/AP_InertialSensor/AP_InertialSensor_NONE.h @@ -1,8 +1,5 @@ #pragma once -#include -#include - /* This is a 'mock' implementation of an INS that does nothing and gives a level HUD, but does it successfully. Its useful for boards that don't have any form of IMU accel/gyro etc connected just yet, but where u want to boot-up "successfully" anyway,