1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/panic.c: cleanup unneeded includes

This commit is contained in:
Karl Fessel 2022-02-12 17:44:12 +01:00
parent 76e0d53068
commit 29caf39a9a

View File

@ -21,10 +21,6 @@
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
#include <string.h>
#include <stdio.h>
#include "assert.h"
#include "kernel_defines.h"
#include "cpu.h"
#include "irq.h"