This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 09948a6 include/assert.h: remove dependency on stdint.h 09948a6 is described below commit 09948a6bbb127e5205c8fdd653dc044b9aa81e83 Author: Petro Karashchenko <petro.karashche...@gmail.com> AuthorDate: Mon Jan 10 19:26:12 2022 +0200 include/assert.h: remove dependency on stdint.h Signed-off-by: Petro Karashchenko <petro.karashche...@gmail.com> --- include/assert.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/assert.h b/include/assert.h index 65aa88e..71f4848 100644 --- a/include/assert.h +++ b/include/assert.h @@ -26,7 +26,6 @@ ****************************************************************************/ #include <nuttx/compiler.h> -#include <stdint.h> /**************************************************************************** * Pre-processor Definitions