mirror of https://github.com/ArduPilot/ardupilot
AP_MSP: tidy AP_SerialManager.h includes
This commit is contained in:
parent
7b36903f26
commit
6561398a46
|
@ -17,6 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_RCTelemetry/AP_RCTelemetry.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_OSD/AP_OSD.h>
|
||||
|
||||
#include "msp.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#endif
|
||||
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
#include "msp_osd.h"
|
||||
#include "msp_protocol.h"
|
||||
|
|
Loading…
Reference in New Issue