include/debug.h: Use <nuttx/debug.h> in apps

Replace app-side includes of <debug.h> with <nuttx/debug.h> to use the
header from the NuttX tree explicitly after the header move.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
This commit is contained in:
Piyush Patle 2026-04-01 16:29:59 +05:30 committed by Alan C. Assis
parent 3591378113
commit 9d849adfab
352 changed files with 403 additions and 404 deletions

View file

@ -30,7 +30,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <string.h>
#include "nsh.h"

View file

@ -37,7 +37,7 @@
#include <fcntl.h>
#include <libgen.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#if defined(CONFIG_NSH_DISABLE_URLENCODE) && defined(CONFIG_NSH_DISABLE_URLDECODE)
# undef CONFIG_CODECS_URLCODE

View file

@ -36,7 +36,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include "nsh.h"
#include "nsh_console.h"

View file

@ -43,7 +43,7 @@
#include <limits.h>
#include <libgen.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include "nsh.h"

View file

@ -35,7 +35,7 @@
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <netdb.h>
#include <netinet/in.h>

View file

@ -45,7 +45,7 @@
#include <libgen.h> /* Needed for basename */
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <getopt.h>
#if defined(CONFIG_LIBC_NETDB) && !defined(CONFIG_NSH_DISABLE_NSLOOKUP)

View file

@ -31,7 +31,7 @@
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <sched.h>
#include <unistd.h>

View file

@ -27,7 +27,7 @@
#include <nuttx/config.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <sys/socket.h>

View file

@ -32,7 +32,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/debug.h>
#ifdef CONFIG_CDCACM
# include <nuttx/usb/cdcacm.h>

View file

@ -27,7 +27,7 @@
#include <nuttx/config.h>
#include <stdarg.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <nuttx/usb/usbdev_trace.h>