1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #486 from LudwigOrtmann/native_startup_cosmetics

remove superflous include in native startup
This commit is contained in:
Ludwig Ortmann 2014-01-09 06:18:27 -08:00
commit 7b4dad348a

View File

@ -30,9 +30,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <kernel_internal.h>
#include <cpu.h>
#include "kernel_internal.h"
#include "cpu.h"