removed bad neighbor.h include
This commit is contained in:
parent
540f30d855
commit
4d0147dd18
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: sky-checkpoint.c,v 1.4 2009/11/14 11:31:28 fros4943 Exp $
|
* $Id: sky-checkpoint.c,v 1.5 2010/03/29 09:50:44 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -42,15 +42,8 @@
|
||||||
#include "shell.h"
|
#include "shell.h"
|
||||||
#include "serial-shell.h"
|
#include "serial-shell.h"
|
||||||
|
|
||||||
#include "net/rime/neighbor.h"
|
|
||||||
#include "dev/watchdog.h"
|
|
||||||
|
|
||||||
#include "net/rime.h"
|
#include "net/rime.h"
|
||||||
#include "dev/cc2420.h"
|
|
||||||
#include "dev/leds.h"
|
#include "dev/leds.h"
|
||||||
#include "dev/light.h"
|
|
||||||
#include "dev/sht11.h"
|
|
||||||
#include "dev/battery-sensor.h"
|
|
||||||
|
|
||||||
#include "lib/checkpoint.h"
|
#include "lib/checkpoint.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue