AP_ROMFS: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:18 +11:00 committed by Andrew Tridgell
parent 0e8ac68af4
commit 5bc20af9d6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
*/
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <stdint.h>
class AP_ROMFS {
public: