core/*: ENABLE_DEBUG not needed for inttypes.h
This commit is contained in:
parent
28ae0c97cd
commit
cc2e6b08d1
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "sched.h"
|
#include "sched.h"
|
||||||
#include "clist.h"
|
#include "clist.h"
|
||||||
@ -35,11 +36,6 @@
|
|||||||
#define ENABLE_DEBUG 0
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
#if ENABLE_DEBUG
|
|
||||||
/* For PRIu16 etc. */
|
|
||||||
#include <inttypes.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PICOLIBC_TLS
|
#ifdef PICOLIBC_TLS
|
||||||
#include <picotls.h>
|
#include <picotls.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user