From 6440c3de8141ec34916915c22689de57192cd150 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 4 Jul 2008 03:03:41 +0000 Subject: [PATCH] removed unnecessary inclusion --- cpu/native/watchdog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/native/watchdog.c b/cpu/native/watchdog.c index 9990b2367..0fbff9f21 100644 --- a/cpu/native/watchdog.c +++ b/cpu/native/watchdog.c @@ -28,9 +28,9 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: watchdog.c,v 1.1 2008/07/03 23:10:26 adamdunkels Exp $ + * @(#)$Id: watchdog.c,v 1.2 2008/07/04 03:03:41 nvt-se Exp $ */ -#include + #include "dev/watchdog.h" /*---------------------------------------------------------------------------*/