bringing std types together
This commit is contained in:
parent
d81185ac28
commit
4aaf6f884f
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
#if defined __GNUC__
|
||||
// GCC
|
||||
|
|
|
@ -17,8 +17,6 @@ extern "C"
|
|||
|
||||
#include <ch.h>
|
||||
#include <hal.h>
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#ifndef DEFAULT_ENGINE_TYPE
|
||||
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "common_headers.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue