1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

Used forward declarations to remove #includes from header files

This commit is contained in:
Martin Budden 2016-08-04 17:30:08 +01:00 committed by borisbstyle
parent 3999fbc95b
commit 0de27cf7c2
22 changed files with 72 additions and 57 deletions

View file

@ -17,7 +17,7 @@
*/
#pragma once
#include "drivers/io.h"
#include "drivers/io_types.h"
typedef struct {
IO_t io;