mirror of https://github.com/ArduPilot/ardupilot
AP_ROMFS: tidy includes
This commit is contained in:
parent
0e8ac68af4
commit
5bc20af9d6
|
@ -20,6 +20,11 @@
|
|||
#include "tinf.h"
|
||||
#include <AP_Math/crc.h>
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAL_HAVE_AP_ROMFS_EMBEDDED_H
|
||||
#include <ap_romfs_embedded.h>
|
||||
#else
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class AP_ROMFS {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue