From 226abb8ec3bba61a96bae4903309ba0fbdda78cd Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 29 Mar 2010 22:10:03 +0000 Subject: [PATCH] Removed non-existant include file --- core/net/mac/contikimac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/mac/contikimac.c b/core/net/mac/contikimac.c index 02ae6c577..8ad223439 100644 --- a/core/net/mac/contikimac.c +++ b/core/net/mac/contikimac.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: contikimac.c,v 1.17 2010/03/29 21:51:36 adamdunkels Exp $ + * $Id: contikimac.c,v 1.18 2010/03/29 22:10:03 adamdunkels Exp $ */ /** @@ -51,7 +51,7 @@ #include "sys/pt.h" #include "sys/rtimer.h" -#include "cooja-debug.h" +/*#include "cooja-debug.h"*/ #include "contiki-conf.h" #ifdef EXPERIMENT_SETUP