From 7d3c72c8d72a512c7abfb47f727537cf2ce73581 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 21 May 2007 15:00:13 +0000 Subject: [PATCH] removed cfs ref in template --- tools/cooja/config/contiki_template.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/cooja/config/contiki_template.c b/tools/cooja/config/contiki_template.c index a99aa87b5..d76cbdfb1 100644 --- a/tools/cooja/config/contiki_template.c +++ b/tools/cooja/config/contiki_template.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: contiki_template.c,v 1.2 2007/05/18 13:51:42 fros4943 Exp $ + * $Id: contiki_template.c,v 1.3 2007/05/21 15:00:13 fros4943 Exp $ */ /** @@ -68,7 +68,6 @@ #include "lib/simEnvChange.h" #include "lib/sensors.h" -#include "cfs/cfs-cooja.h" #include "sys/etimer.h" #include "sys/cooja_mt.h" #include "net/init-net.h"