all: Remove commented-out include statements.
This commit is contained in:
parent
1ae7e0e561
commit
d6243568a0
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
//#include <errno.h>
|
||||
|
||||
#ifdef __STDC__
|
||||
float ldexpf(float value, int exp)
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include "fdlibm.h"
|
||||
#define _IEEE_LIBM 1
|
||||
//#include <reent.h>
|
||||
//#include <errno.h>
|
||||
|
||||
#ifdef __STDC__
|
||||
float lgammaf(float x)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//#include <fenv.h>
|
||||
#include <math.h>
|
||||
|
||||
/* nearbyint is the same as rint, but it must not raise the inexact exception */
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
//#include <stdint.h>
|
||||
//#include <string.h>
|
||||
|
||||
#include "py/runtime.h"
|
||||
#include "lib/oofatfs/ff.h"
|
||||
#include "lib/oofatfs/diskio.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
//#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "py/runtime.h"
|
||||
|
|
|
@ -37,9 +37,7 @@
|
|||
#include "extmod/vfs.h"
|
||||
#include "extmod/vfs_fat.h"
|
||||
#include "genhdr/mpversion.h"
|
||||
//#include "timeutils.h"
|
||||
#include "uart.h"
|
||||
//#include "portmodules.h"
|
||||
|
||||
#if MICROPY_HW_ENABLE_RNG
|
||||
#include "drivers/rng.h"
|
||||
|
|
|
@ -44,9 +44,6 @@
|
|||
#include "extint.h"
|
||||
#include "usrsw.h"
|
||||
#include "rng.h"
|
||||
//#include "rtc.h"
|
||||
//#include "i2c.h"
|
||||
//#include "spi.h"
|
||||
#include "uart.h"
|
||||
#include "adc.h"
|
||||
#include "storage.h"
|
||||
|
|
Loading…
Reference in New Issue