1
0
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:
Bas Stottelaar 2020-10-21 17:25:55 +02:00
parent ffb929d811
commit 7088db3636
5 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@
#ifndef ARCH_CC_H
#define ARCH_CC_H
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -17,7 +17,6 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include "msg.h"

View File

@ -16,8 +16,6 @@
* @}
*/
#include <assert.h>
#include "openthread/platform/alarm-milli.h"
#include "openthread/platform/uart.h"
#include "ot.h"

View File

@ -16,7 +16,6 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include <string.h>

View File

@ -16,7 +16,6 @@
* @}
*/
#include "assert.h"
#include "openthread/error.h"
#include "openthread/instance.h"