Remove the unnecessary inclusion of assert.h and string.h from public header files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-12-19 22:59:14 +08:00 committed by Mateusz Szafoni
parent 3e76c3266e
commit 187d9e58c9
15 changed files with 10 additions and 12 deletions

View File

@ -37,6 +37,7 @@
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <string.h>
#include <nuttx/usb/hid.h>
#include <nuttx/usb/hid_parser.h>

View File

@ -29,12 +29,9 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <math.h>
#include <assert.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

View File

@ -29,12 +29,9 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <fixedmath.h>
#include <assert.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

View File

@ -26,7 +26,6 @@
****************************************************************************/
#include <nuttx/config.h>
#include <string.h>
#include <nuttx/wireless/bluetooth/bt_hci.h>
/****************************************************************************

View File

@ -32,8 +32,6 @@
#include <nuttx/fs/ioctl.h>
#include <openamp/open_amp.h>
#include <string.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

View File

@ -25,7 +25,6 @@
* Included Files
****************************************************************************/
#include <string.h>
#include <stdbool.h>
/****************************************************************************

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include <dsp.h>
#include <string.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include <dspb16.h>
#include <string.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include <dsp.h>
#include <string.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include <dsp.h>
#include <string.h>
/****************************************************************************
* Public Functions

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include <dspb16.h>
#include <string.h>
/****************************************************************************
* Public Functions

View File

@ -113,6 +113,7 @@
#include <assert.h>
#include <dsp.h>
#include <string.h>
/****************************************************************************
* Public Functions

View File

@ -26,6 +26,7 @@
#include <assert.h>
#include <dspb16.h>
#include <string.h>
/****************************************************************************
* Public Functions

View File

@ -23,8 +23,8 @@
****************************************************************************/
#include <assert.h>
#include <dsp.h>
#include <string.h>
/****************************************************************************
* Private Functions

View File

@ -23,8 +23,8 @@
****************************************************************************/
#include <assert.h>
#include <dspb16.h>
#include <string.h>
/****************************************************************************
* Private Functions