Don't include assert.h from public header file

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-05-18 14:59:14 +08:00
committed by David Sidrane
parent 42d75f97e6
commit 2e54df0f35
915 changed files with 936 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@
#include <stdint.h>
#include <unistd.h>
#include <time.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
+2
View File
@@ -24,6 +24,8 @@
#include <nuttx/config.h>
#include <assert.h>
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/sched.h>
+1
View File
@@ -27,6 +27,7 @@
#include <stdint.h>
#include <unistd.h>
#include <time.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
+2
View File
@@ -22,6 +22,8 @@
* Included Files
****************************************************************************/
#include <assert.h>
#include <nuttx/semaphore.h>
/****************************************************************************
+1
View File
@@ -26,6 +26,7 @@
#include <stdbool.h>
#include <sched.h>
#include <assert.h>
#include <errno.h>
#include <nuttx/irq.h>
+1
View File
@@ -25,6 +25,7 @@
#include <nuttx/config.h>
#include <sched.h>
#include <assert.h>
#include <errno.h>
#include <nuttx/irq.h>