libc: Remove the unnecessary include from wchar and wctype

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-06-05 02:02:17 +08:00
committed by Petro Karashchenko
parent 673a2e0136
commit 0f7da4fd75
18 changed files with 1 additions and 38 deletions
-1
View File
@@ -27,7 +27,6 @@
#include <sys/types.h>
#include <stddef.h>
#include <wchar.h>
/****************************************************************************
* Pre-processor Definitions
-2
View File
@@ -33,8 +33,6 @@
****************************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
/****************************************************************************
-4
View File
@@ -38,10 +38,6 @@
* Included Files
****************************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <wchar.h>
/****************************************************************************
-5
View File
@@ -38,12 +38,7 @@
* Included Files
****************************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <wchar.h>
#include <stdint.h>
/****************************************************************************
* Public Functions
-1
View File
@@ -34,7 +34,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-1
View File
@@ -34,7 +34,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
+1
View File
@@ -23,6 +23,7 @@
****************************************************************************/
#include <time.h>
#include <wchar.h>
/****************************************************************************
* Public Functions
-1
View File
@@ -33,7 +33,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-1
View File
@@ -34,7 +34,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-2
View File
@@ -32,8 +32,6 @@
* Included Files
****************************************************************************/
#include <stddef.h>
#include <string.h>
#include <wchar.h>
/****************************************************************************
-2
View File
@@ -34,9 +34,7 @@
* Included Files
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <limits.h>
-1
View File
@@ -32,7 +32,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-1
View File
@@ -32,7 +32,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-1
View File
@@ -32,7 +32,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <wchar.h>
/****************************************************************************
-4
View File
@@ -37,12 +37,8 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <string.h>
#include <ctype.h>
#include <wctype.h>
#include <errno.h>
/****************************************************************************
* Public Functions
-4
View File
@@ -37,10 +37,6 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <string.h>
#include <wchar.h>
#include <ctype.h>
#include <wctype.h>
-4
View File
@@ -37,10 +37,6 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <string.h>
#include <wchar.h>
#include <ctype.h>
#include <wctype.h>
-3
View File
@@ -37,11 +37,8 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <string.h>
#include <wctype.h>
#include <errno.h>
/****************************************************************************
* Public Functions