include/assert.h: remove dependency on stdint.h

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-01-10 19:26:12 +02:00
parent a743fed63d
commit 09948a6bbb

View file

@ -26,7 +26,6 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/compiler.h> #include <nuttx/compiler.h>
#include <stdint.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions