From ec0de7b82e8835cf5d19b1b9e4139ecdbfab25af Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 10 Jul 2008 16:56:27 +0000 Subject: [PATCH] Removed serial-shell.h (now a separate app) --- apps/shell/shell.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/shell/shell.h b/apps/shell/shell.h index 6b3149474..9c7359042 100644 --- a/apps/shell/shell.h +++ b/apps/shell/shell.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell.h,v 1.8 2008/07/04 08:23:00 adamdunkels Exp $ + * $Id: shell.h,v 1.9 2008/07/10 16:56:27 adamdunkels Exp $ */ /** @@ -99,8 +99,6 @@ struct shell_input { int len1, len2; }; -#include "serial-shell.h" - #include "shell-blink.h" #include "shell-coffee.h" #include "shell-exec.h"