mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Removed #includes from header files
This commit is contained in:
parent
0e95e3d811
commit
9eeb6bb2e7
15 changed files with 24 additions and 16 deletions
|
@ -22,14 +22,14 @@
|
|||
#include <platform.h>
|
||||
#include "build_config.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
|
||||
#include "drivers/gpio.h"
|
||||
#include "drivers/sound_beeper.h"
|
||||
#include "drivers/system.h"
|
||||
#include "sensors/battery.h"
|
||||
#include "sensors/sensors.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
|
||||
#include "io/statusindicator.h"
|
||||
#include "io/vtx.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue