From 0db6403c5d8f963c2b0373bf7973109ebe4904fe Mon Sep 17 00:00:00 2001 From: nifi Date: Sat, 21 Feb 2009 11:23:54 +0000 Subject: [PATCH] removed unnecessary reference to codeprop.h --- platform/esb/contiki-esb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/esb/contiki-esb.h b/platform/esb/contiki-esb.h index 28ffc8d30..37317a0cf 100644 --- a/platform/esb/contiki-esb.h +++ b/platform/esb/contiki-esb.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: contiki-esb.h,v 1.3 2007/03/16 11:34:05 adamdunkels Exp $ + * @(#)$Id: contiki-esb.h,v 1.4 2009/02/21 11:23:54 nifi Exp $ */ #ifndef __CONTIKI_ESB_H__ #define __CONTIKI_ESB_H__ @@ -42,8 +42,6 @@ #include "dev/lpm.h" -#include "codeprop.h" - #include "dev/rs232.h" #include "dev/serial.h"