cleanup: remove unused std libs

This commit is contained in:
Milanka Ringwald 2018-11-13 09:39:07 +01:00
parent 6c9a65edd9
commit 1b93b0cf97
6 changed files with 0 additions and 9 deletions

View File

@ -40,8 +40,6 @@
#include "btstack_config.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ancs_client.h"

View File

@ -37,8 +37,6 @@
#define __BTSTACK_FILE__ "att_db.c"
#include <stdio.h>
#include <string.h>
#include "ble/att_db.h"

View File

@ -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"

View File

@ -41,7 +41,6 @@
#include "ble/core.h"
#include <stdio.h>
#include <string.h>
#include "btstack_debug.h"

View File

@ -42,7 +42,6 @@
#include "ble/core.h"
#include <stdio.h>
#include <string.h>
#include "btstack_debug.h"

View File

@ -37,7 +37,6 @@
#define __BTSTACK_FILE__ "sm.c"
#include <stdio.h>
#include <string.h>
#include <inttypes.h>