Skip to content

Commit

Permalink
Remove unneeded headers in sky-shell-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocorbalan committed Aug 4, 2015
1 parent b1c3e92 commit 5db5524
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/sky-shell-exec/sky-shell-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@
#include "shell.h"
#include "serial-shell.h"

#include "dev/watchdog.h"

#include "net/rime/rime.h"
#include "cc2420.h"
#include "dev/leds.h"
#include "dev/light.h"
#include "dev/sht11/sht11.h"
#include "dev/battery-sensor.h"

#include "net/rime/timesynch.h"

#include <stdio.h>
#include <string.h>

/*---------------------------------------------------------------------------*/
PROCESS(sky_shell_process, "Sky Contiki shell");
AUTOSTART_PROCESSES(&sky_shell_process);
Expand Down

0 comments on commit 5db5524

Please sign in to comment.