SRV_Channel: Fix multi #include's

This commit is contained in:
Jaaaky 2021-12-16 18:06:16 +03:00 committed by Andrew Tridgell
parent 71154105e4
commit db8d08b349
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_Math/AP_Math.h>
#include "SRV_Channel.h"
extern const AP_HAL::HAL& hal;