mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
Don't include debug.h from public header file
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
8a41d849df
commit
d7f96003cf
@@ -25,6 +25,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/kmalloc.h>
|
||||
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
|
||||
#ifdef CONFIG_NX_RAMBACKED
|
||||
# include <debug.h>
|
||||
# include <string.h>
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
# include <nuttx/pgalloc.h>
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <debug.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef CONFIG_NX_RAMBACKED
|
||||
|
||||
Reference in New Issue
Block a user