mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/*: remove unused assert.h include
This commit is contained in:
parent
ffb929d811
commit
7088db3636
@ -20,7 +20,6 @@
|
||||
#ifndef ARCH_CC_H
|
||||
#define ARCH_CC_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include "msg.h"
|
||||
|
@ -16,8 +16,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "openthread/platform/alarm-milli.h"
|
||||
#include "openthread/platform/uart.h"
|
||||
#include "ot.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include "assert.h"
|
||||
#include "openthread/error.h"
|
||||
#include "openthread/instance.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user