Removed unused include serial-shell.h

This commit is contained in:
adamdunkels 2009-05-11 17:31:13 +00:00
parent 2c6c665309
commit fd6dd95b9b

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: twitter.c,v 1.1 2009/05/11 16:57:49 adamdunkels Exp $ * $Id: twitter.c,v 1.2 2009/05/11 17:31:13 adamdunkels Exp $
*/ */
/** /**
@ -41,7 +41,6 @@
#include "contiki.h" #include "contiki.h"
#include "contiki-net.h" #include "contiki-net.h"
#include "shell.h" #include "shell.h"
#include "serial-shell.h"
#include "twitter.h" #include "twitter.h"