Removed inadvertedly left-over include file

This commit is contained in:
adamdunkels 2010-02-18 23:52:34 +00:00
parent fa4d4db329
commit 0b2b7bcdba
2 changed files with 2 additions and 6 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: cc2420.c,v 1.38 2010/02/18 21:48:39 adamdunkels Exp $ * @(#)$Id: cc2420.c,v 1.39 2010/02/18 23:52:34 adamdunkels Exp $
*/ */
/* /*
* This code is almost device independent and should be easy to port. * This code is almost device independent and should be easy to port.
@ -58,8 +58,6 @@
#define WITH_SEND_CCA 0 #define WITH_SEND_CCA 0
#include "cc2420-arch-sfd.h"
#if CC2420_CONF_TIMESTAMPS #if CC2420_CONF_TIMESTAMPS
#include "net/rime/timesynch.h" #include "net/rime/timesynch.h"
#define TIMESTAMP_LEN 3 #define TIMESTAMP_LEN 3

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: contikimac.c,v 1.2 2010/02/18 21:48:39 adamdunkels Exp $ * $Id: contikimac.c,v 1.3 2010/02/18 23:52:34 adamdunkels Exp $
*/ */
/** /**
@ -40,8 +40,6 @@
* Joakim Eriksson <joakime@sics.se> * Joakim Eriksson <joakime@sics.se>
*/ */
#include <io.h>
#include "net/netstack.h" #include "net/netstack.h"
#include "dev/leds.h" #include "dev/leds.h"
#include "dev/radio.h" #include "dev/radio.h"