Remove debug (and bad) #includes.
This commit is contained in:
parent
62de76ba99
commit
71842667a0
|
@ -21,7 +21,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <sdk/components/libraries/log/nrf_log.h>
|
||||
#include "sysinit/sysinit.h"
|
||||
#include "syscfg/syscfg.h"
|
||||
#include "os/os.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <sdk/components/libraries/log/nrf_log.h>
|
||||
#include "syscfg/syscfg.h"
|
||||
#include "os/os.h"
|
||||
#include "ble/xcvr.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <sdk/components/libraries/log/nrf_log.h>
|
||||
#include "nimble/nimble_npl.h"
|
||||
|
||||
static inline bool
|
||||
|
|
Loading…
Reference in a new issue