mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL: Scheduler: reorder includes
Follow the following order for includes: - Corresponding header file (if exists) - System headers - Other ArduPilot library headers - "Local" headers (from the same library)
This commit is contained in:
parent
55ac8f0230
commit
0b4aa5ac85
@ -2,12 +2,14 @@
|
||||
#ifndef __AP_HAL_SCHEDULER_H__
|
||||
#define __AP_HAL_SCHEDULER_H__
|
||||
|
||||
#include "AP_HAL_Namespace.h"
|
||||
#include "AP_HAL_Boards.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <AP_Progmem/AP_Progmem.h>
|
||||
|
||||
#include "AP_HAL_Boards.h"
|
||||
#include "AP_HAL_Namespace.h"
|
||||
|
||||
|
||||
class AP_HAL::Scheduler {
|
||||
public:
|
||||
Scheduler() {}
|
||||
|
Loading…
Reference in New Issue
Block a user