From 83db6f6364f033d8856b03b5d3c8035d0d3933ac Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 6 Jan 2014 12:03:07 +0100 Subject: [PATCH] remove superflous include --- cpu/native/startup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpu/native/startup.c b/cpu/native/startup.c index b68a83733d..7c039c8322 100644 --- a/cpu/native/startup.c +++ b/cpu/native/startup.c @@ -30,9 +30,6 @@ #include #include -#include -#include - #include "kernel_internal.h" #include "cpu.h"