AP_Frsky_Telem: remove GCS.h from library header files

This commit is contained in:
Peter Barker 2022-11-08 15:23:09 +11:00 committed by Andrew Tridgell
parent ff0d1659d2
commit 10028771ea
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#include <AC_Fence/AC_Fence.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
extern const AP_HAL::HAL& hal;
@ -291,4 +292,4 @@ bool AP_Frsky_MAVliteMsgHandler::send_message(AP_Frsky_MAVlite_Message &txmsg)
{
return _send_fn(txmsg);
}
#endif
#endif