From a918a9dddef97d15233a9b43024b7f91f65dff5f Mon Sep 17 00:00:00 2001 From: Oliver Hahm <oleg@hobbykeller.org> Date: Mon, 1 Apr 2013 00:13:19 +0200 Subject: [PATCH] * removed include of signal.h --- cpu/msp430x16x/hwtimer_msp430.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/msp430x16x/hwtimer_msp430.c b/cpu/msp430x16x/hwtimer_msp430.c index b83cdf4326..f208e82590 100644 --- a/cpu/msp430x16x/hwtimer_msp430.c +++ b/cpu/msp430x16x/hwtimer_msp430.c @@ -1,4 +1,3 @@ -#include <signal.h> #include <msp430x16x.h> #include <hwtimer.h> #include <hwtimer_arch.h> -- GitLab