AP_Camera: remove unnecessary includes

This commit is contained in:
Randy Mackay 2023-03-07 16:10:34 +09:00
parent a8b9b2742d
commit 267f459c7e
1 changed files with 0 additions and 3 deletions

View File

@ -2,10 +2,7 @@
#if AP_CAMERA_ENABLED
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Relay/AP_Relay.h>
#include <AP_Math/AP_Math.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>