bringing std types together

This commit is contained in:
rusefi 2018-12-08 16:00:36 -05:00
parent d81185ac28
commit 4aaf6f884f
3 changed files with 1 additions and 3 deletions

View File

@ -9,6 +9,7 @@
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <float.h>
#include <stdint.h> #include <stdint.h>
#if defined __GNUC__ #if defined __GNUC__
// GCC // GCC

View File

@ -18,8 +18,6 @@ extern "C"
#include <ch.h> #include <ch.h>
#include <hal.h> #include <hal.h>
#include <float.h>
#ifndef DEFAULT_ENGINE_TYPE #ifndef DEFAULT_ENGINE_TYPE
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE #define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
#endif #endif

View File

@ -17,7 +17,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>
#include <float.h>
#include "common_headers.h" #include "common_headers.h"