1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Use angle brackets with standard library headers

This commit is contained in:
Mathias Rasmussen 2021-12-29 22:44:41 +01:00
parent 8402d30c0d
commit 78df1374f1
13 changed files with 27 additions and 24 deletions

View file

@ -15,9 +15,9 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#include "math.h"
#include "stdint.h"
#include "time.h"
#include <math.h>
#include <stdint.h>
#include <time.h>
extern "C" {
#include "common/axis.h"