mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-03 07:13:51 +00:00
cleanup: remove unused std libs
This commit is contained in:
parent
6c9a65edd9
commit
1b93b0cf97
@ -40,8 +40,6 @@
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ancs_client.h"
|
||||
|
@ -37,8 +37,6 @@
|
||||
|
||||
#define __BTSTACK_FILE__ "att_db.c"
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ble/att_db.h"
|
||||
|
@ -38,8 +38,6 @@
|
||||
#define __BTSTACK_FILE__ "gatt_client.c"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
@ -41,7 +41,6 @@
|
||||
|
||||
#include "ble/core.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "btstack_debug.h"
|
||||
|
||||
|
@ -42,7 +42,6 @@
|
||||
|
||||
#include "ble/core.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "btstack_debug.h"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#define __BTSTACK_FILE__ "sm.c"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user