AP_Camera: remove use of AP_Mount.h from headers

This commit is contained in:
Peter Barker 2023-05-26 14:16:12 +10:00 committed by Randy Mackay
parent 3d245c4e4c
commit c30cfb00b6

View File

@ -1,10 +1,10 @@
#pragma once
#include "AP_Camera_Backend.h"
#include <AP_Mount/AP_Mount.h>
#include "AP_Camera_config.h"
#if AP_CAMERA_SOLOGIMBAL_ENABLED
#include "AP_Camera_Backend.h"
#include <GCS_MAVLink/GCS_MAVLink.h>
class AP_Camera_SoloGimbal : public AP_Camera_Backend