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

cpu: mips32r2_common: Remove useless includes

Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
Francois Berder 2019-10-16 21:16:16 +01:00
parent 3a62b620bc
commit 89d43c3423
2 changed files with 5 additions and 6 deletions

View File

@ -11,6 +11,7 @@
#include <mips/m32c0.h>
#include <mips/regdef.h>
#include <mips/asm.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <malloc.h>

View File

@ -23,16 +23,14 @@
#ifndef CPU_H
#define CPU_H
#include <stdint.h>
#include "cpu_conf.h"
#include "irq.h"
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <inttypes.h>
#include <assert.h>
#include "cpu_conf.h"
#include "irq.h"
/**
* @brief Print the last instruction's address
*