From 1dfcdaad8443aef58579944b2e4b6d7c219b3327 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 4 Aug 2023 14:29:47 +0800 Subject: [PATCH] noteram: Remove the unnessary inclusion and declaration from header file Signed-off-by: Xiang Xiao --- include/nuttx/note/noteram_driver.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/nuttx/note/noteram_driver.h b/include/nuttx/note/noteram_driver.h index 983f91b7a9..8aed5b375c 100644 --- a/include/nuttx/note/noteram_driver.h +++ b/include/nuttx/note/noteram_driver.h @@ -27,8 +27,6 @@ #include #include -#include -#include #include /**************************************************************************** @@ -86,8 +84,6 @@ struct noteram_get_taskname_s }; #endif -struct noteram_driver_s; - /**************************************************************************** * Public Data ****************************************************************************/